Nevron Open Vision Documentation
Nevron.Nov.Office Namespace / NOfficeApplicationServerStub Class / Logout Method


In This Topic
    Logout Method
    In This Topic
    Logs out the user that is currently logged in the session with the specified id.
    Syntax
    'Declaration
     
    
    Public MustOverride Sub Logout( _
       ByVal sessionId As System.String _
    ) 
    'Usage
     
    
    Dim instance As NOfficeApplicationServerStub
    Dim sessionId As System.String
     
    instance.Logout(sessionId)
    public abstract void Logout( 
       System.string sessionId
    )

    Parameters

    sessionId
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also