Error processing SSI file
Leadtools.Dicom.Services

Show in webframe

GetUserCacheExpirationDuration Method






A System.String representing the user name for which to retrieve its cache expiration duration.
User custom data.
Retrieves the amount of time allowed to elapse before the user cache items expire.
Syntax
int GetUserCacheExpirationDuration( 
   string username,
   string extraData
)
'Declaration
 
Function GetUserCacheExpirationDuration( _
   ByVal username As String, _
   ByVal extraData As String _
) As Integer
'Usage
 
Dim instance As IDICOMManage
Dim username As String
Dim extraData As String
Dim value As Integer
 
value = instance.GetUserCacheExpirationDuration(username, extraData)

            

            
int GetUserCacheExpirationDuration( 
   String^ username,
   String^ extraData
) 

Parameters

username
A System.String representing the user name for which to retrieve its cache expiration duration.
extraData
User custom data.

Return Value

The number of days allowed to elapse before the user cache items expire.
Requirements

Target Platforms

See Also

Reference

IDICOMManage Interface
IDICOMManage Members

Error processing SSI file