ClearCacheInfo |
Scroll |
Clears the server cache for the specified object.
Namespace: Therefore.API
Visual Basic Public Overridable Function ClearCacheInfo ( _ nServerNo As Integer, _ nType As Integer, _ nID As Integer, _ nSubObjNo As Integer _ ) C# public virtual void ClearCacheInfo ( int nServerNo, int nType, int nID, int nSubObjNo )
Parameters nServerNo The ID of the server on which the cache should be cleared.
nType The value from the TheChacheInfoType enumeration.
nID The object ID (not required for all cache types).
nSubObjNo The subobject ID (not required for all cache types).
|
|
Requires Connection You must be connected to the Thereforeā¢ Server when calling this method. |