StreamLink for Silverlight
CommandResult Enumeration
StreamLink for SilverlightCaplin.StreamLink.CommandCommandResult
Identifies the result of a command execution.
Declaration Syntax
C#Visual BasicVisual C++
public enum CommandResult
Public Enumeration CommandResult
public enum class CommandResult
Members
MemberDescription
Undefined
Undefined command result

Ok
The command completed successfully

Deleted
The command operands were deleted

NotFound
The command operands were not found

ReadDenied
Insufficient read permissions were available to perform the command

WriteDenied
Insufficient write permissions were available to perform the command

WriteDeniedDueToTradeGroupLicenseExceeded
An attempt has been made to trade against a trade group but the Liberator license for the given trade group has been exceeded so the trade was denied.

Unavailable
The subject on which the command operates is not available

InvalidParameters
Invalid parameters were supplied to the command

Failed
The command failed

Assembly: Caplin.StreamLink.Silverlight (Module: Caplin.StreamLink.Silverlight) Version: 5.0.21.0 (5.0.21.0)