←Select platform

SetUserCacheExpirationDuration Method

Summary

Updates the time the cache items will be expired for a user.

Syntax

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

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