←Select platform

GetUserCacheExpirationDuration Method

Summary

Retrieves the amount of time allowed to elapse before the user cache items expire.

Syntax

C#
VB
C++
public int GetUserCacheExpirationDuration( 
   string username, 
   string extraData 
) 
  
Function GetUserCacheExpirationDuration( _ 
   ByVal username As String, _ 
   ByVal extraData As String _ 
) As Integer 
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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom.Services Assembly