Chat Support
Loupe - Log - Monitor - Resolve
Loupe.Extensibility.Client Namespace / ISessionView Interface / Initialize Method
A standard interface to the hosting environment for the view, specific to the repository where the session was opened from

Initialize Method (ISessionView)
Called to initialize the session view.
Syntax
'Declaration
 
Sub Initialize( _
   ByVal context As ISessionContext _
) 
 

Parameters

context
A standard interface to the hosting environment for the view, specific to the repository where the session was opened from
Remarks
If any exception is thrown during this call this Extension will not be loaded.
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