'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