Loupe - Log - Monitor - Resolve
Gibraltar.Messaging.Net Namespace / LiveViewStartCommandMessage Class / LiveViewStartCommandMessage Constructor
The unique Id of the client for all related activities
The session that is being requested to live view
A unique id for this request to identify a conversation pair
The packet index to start at

In This Topic
    LiveViewStartCommandMessage Constructor
    In This Topic
    Create a new message with the specified session id and optionally sequence offset
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal repositoryId As Guid, _
       ByVal sessionId As Guid, _
       ByVal channelId As Guid, _
       Optional ByVal sequenceOffset As Long _
    )
    public LiveViewStartCommandMessage( 
       Guid repositoryId,
       Guid sessionId,
       Guid channelId,
       long sequenceOffset
    )

    Parameters

    repositoryId
    The unique Id of the client for all related activities
    sessionId
    The session that is being requested to live view
    channelId
    A unique id for this request to identify a conversation pair
    sequenceOffset
    The packet index to start at
    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