Leadtools.Dicom.WCF

SetUserCacheExpirationDuration Method (IManageService)

Show in webframe



A System.String representing the user name.
The number of days an item can stay in the user cache.
User custom data.
Updates the time at which the cache items will expire for a user.
Syntax
'Declaration
 
<OperationContractAttribute()>
Sub SetUserCacheExpirationDuration( _
   ByVal username As String, _
   ByVal days As Integer, _
   ByVal extraData As String _
) 
'Usage
 
Dim instance As IManageService
Dim username As String
Dim days As Integer
Dim extraData As String
 
instance.SetUserCacheExpirationDuration(username, days, extraData)
[OperationContractAttribute()]
void SetUserCacheExpirationDuration( 
   string username,
   int days,
   string extraData
)
[OperationContractAttribute()]
void SetUserCacheExpirationDuration( 
   String^ username,
   int days,
   String^ extraData
) 

Parameters

username
A System.String representing the user name.
days
The number of days an item can stay in the user cache.
extraData
User custom data.
Requirements

Target Platforms

See Also

Reference

IManageService Interface
IManageService Members

 

 


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