Error processing SSI file
Leadtools.Dicom.WCF

Show in webframe

GetUserCacheExpirationDuration Method (IManageService)






A System.String representing the user name to retrieve its cache expiration duration.
User custom data.
Retrieves the time specified for user cache items to expire.
Syntax
[OperationContractAttribute()]
int GetUserCacheExpirationDuration( 
   string username,
   string extraData
)
'Declaration
 
<OperationContractAttribute()>
Function GetUserCacheExpirationDuration( _
   ByVal username As String, _
   ByVal extraData As String _
) As Integer
'Usage
 
Dim instance As IManageService
Dim username As String
Dim extraData As String
Dim value As Integer
 
value = instance.GetUserCacheExpirationDuration(username, extraData)

            

            
[OperationContractAttribute()]
int GetUserCacheExpirationDuration( 
   String^ username,
   String^ 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

See Also

Reference

IManageService Interface
IManageService Members

Error processing SSI file