GetUserCacheExpirationDuration Method
Summary
Retrieves the time specified for user cache items to expire.
Syntax
[OperationContractAttribute()]
public int GetUserCacheExpirationDuration(
string username,
string extraData
)
<OperationContractAttribute()>
Function GetUserCacheExpirationDuration( _
ByVal username As String, _
ByVal extraData As String _
) As Integer
[OperationContractAttribute()]
int GetUserCacheExpirationDuration(
String^ username,
String^ extraData
)
Parameters
username
A System.String representing the user name to retrieve its cache expiration duration.
Return Value
The number of days for the user cache items to expire.