Chat Support
Loupe - Log - Monitor - Resolve
Gibraltar.Monitor Namespace / LocalRepository Class / SetSessionNew(Guid,Boolean) Method
The session to affect
True to mark the sessions as new, false to mark them as not new.

SetSessionNew(Guid,Boolean) Method
Set or clear the New flag for a sessions
Syntax
'Declaration
 
Public Function SetSessionNew( _
   ByVal sessionId As Guid, _
   ByVal isNew As Boolean _
) As Boolean
 

Parameters

sessionId
The session to affect
isNew
True to mark the sessions as new, false to mark them as not new.

Return Value

True if a session was changed, false otherwise.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also