| 
            
              RazorViewClearSessionCache Method 
             | 
          
        
         
            Clears any cached session for the specified sessionID.
            
 
    Namespace: 
   GSF.Web.Model
    Assembly:
   GSF.Web (in GSF.Web.dll) Version: 2.2.160-beta
Syntaxpublic static bool ClearSessionCache(
	Guid sessionID
)
Public Shared Function ClearSessionCache ( 
	sessionID As Guid
) As Boolean
public:
static bool ClearSessionCache(
	Guid sessionID
)
static member ClearSessionCache : 
        sessionID : Guid -> bool 
GSF.Web.Model.RazorView.ClearSessionCache = function(sessionID);
 Request Example
		View SourceParameters
- sessionID
 - Type: SystemGuid
Identifier of session to clear. 
Return Value
Type: 
Booleantrue if session was found and cleared; otherwise, 
false.
See Also