Leadtools.Dicom.Services

GetUserCacheExpirationDuration Method

Show in webframe



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
'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
)
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

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.