Chat Support
Loupe - Log - Monitor - Resolve
Gibraltar.Monitor Namespace / LocalRepository Class / SetSessionsNew Method
The sessions to affect
True to mark the sessions as new, false to mark them as not new.

SetSessionsNew Method (LocalRepository)
Set or clear the New flag for a list of sessions
Syntax
'Declaration
 
Public Function SetSessionsNew( _
   ByVal sessionIds As IList(Of Guid), _
   ByVal isNew As Boolean _
) As Boolean
 

Parameters

sessionIds
The sessions 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