Loupe - Log - Monitor - Resolve
Loupe.Extensibility.Server Namespace / IRepositoryExtension Interface / Initialize Method
A standard interface to the hosting environment for the extension

In This Topic
    Initialize Method (IRepositoryExtension)
    In This Topic
    Called to initialize the repository extension
    Syntax
    'Declaration
     
    
    Sub Initialize( _
       ByVal context As IRepositoryExtensionContext _
    ) 

    Parameters

    context
    A standard interface to the hosting environment for the extension
    Remarks
    If any exception is thrown during this call this extension will not be loaded. The extension can keep the context object for its entire lifespan
    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