Loupe - Log - Monitor - Resolve
Loupe.Agent.Core.Services Namespace / LoupeAgent Class / End Method
The session status.
The reason.

In This Topic
    End Method
    In This Topic
    Stops this Agent instance.
    Syntax
    'Declaration
     
    
    Public Sub End( _
       ByVal status As SessionStatus, _
       ByVal reason As String _
    ) 
    public void End( 
       SessionStatus status,
       string reason
    )

    Parameters

    status
    The session status.
    reason
    The reason.
    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