StreamLink.NET
CommandType Enumeration
StreamLink.NETCaplin.StreamLink.CommandCommandType
Used on an ICommandResultEvent to specify the CommandType that it is a response for.
Declaration Syntax
C#Visual BasicVisual C++
public enum CommandType
Public Enumeration CommandType
public enum class CommandType
Members
MemberDescription
CommandPublish
The result is for a Publish Command (see Publish(ICommandListener, String, IPublishParameters)).

CommandCreate
The result is for a Create Command (see CreateSubject(ICommandListener, String, ICreateParameters)).

CommandDelete
The result is for a Delete Command (see DeleteSubject(ICommandListener, String, IDeleteParameters)).

CommandThrottle
The result is for a Throttle Command (see Throttle(ICommandListener, String, IThrottleParameters)).

CommandGlobalThrottle
The result is for a Global Throttle Command. (see GlobalThrottle(ICommandListener, IThrottleParameters)).

CommandNoop

CommandSync

Assembly: Caplin.StreamLink (Module: Caplin.StreamLink) Version: 5.0.19.0 (5.0.19.0)