Chat Support
Loupe - Log - Monitor - Resolve
Loupe.Extensibility.Client Namespace / ISessionView Interface / Close Method
The reason that the node is being closed.

Close Method (ISessionView)
Close the view and prepare to be released (object will still be disposed separately)
Syntax
'Declaration
 
Function Close( _
   ByVal closeReason As CloseReason _
) As Boolean
 

Parameters

closeReason
The reason that the node is being closed.

Return Value

True if the close was successful, false if it was unsuccessful or canceled by the user.
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