Retrieves the time specified for the user cache items to be expired.
Syntax
Visual Basic (Usage) | Copy Code |
---|
Dim instance As IManageService
Dim username As String
Dim extraData As String
Dim value As Integer
value = instance.GetUserCacheExpirationDuration(username, extraData) |
Parameters
- username
- A System.String representing the user name to retrieve its cache expiration duration.
- extraData
- User custom data.
Return Value
The number of days for the user cache items to expire.
Requirements
Target Platforms: Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also