StreamLink.NET  8.0.1-8.0.1-1132-88354a9
 All Classes Namespaces Functions Variables Enumerations Enumerator Properties Pages
Public Member Functions | List of all members
Caplin.StreamLink.ICommandResultListener Interface Reference

Defines the interface that you should implement to receive information on the result of a command. More...

Inheritance diagram for Caplin.StreamLink.ICommandResultListener:
Caplin.StreamLink.ICommandListener

Public Member Functions

void OnCommandResult (string subject, Caplin.StreamLink.ICommandResultEvent commandEvent)
 For a command that returns a result, this method will be called in addition to the onCommandOk callback More...
 

Detailed Description

Defines the interface that you should implement to receive information on the result of a command.

For more about commands, see CommandSubscription.

Member Function Documentation

void Caplin.StreamLink.ICommandResultListener.OnCommandResult ( string  subject,
Caplin.StreamLink.ICommandResultEvent  commandEvent 
)

For a command that returns a result, this method will be called in addition to the onCommandOk callback

  • Parameters
    subjectThe subject of the command.
  • Parameters
    commandEventThe command result.

Generated on Mon Feb 26 2024 19:57:56 for StreamLink.NET