QueuedCommandResults

The QueuedCommandResults type is used hold information about the result of a queued command that can be passed between the UX and APIs.

Below are the properties and their purpose.

  • Guid RequestGUID
    • Default Value: null.
    • Intended Value: The value of the @RequestGUID parameter from GI_QueuedCommand_ReadNext stored procedure.
  • string CommandURL
    • Default Value: null.
    • Intended Value: The The value of the @CommandURL parameter from GI_QueuedCommand_ReadNext stored procedure.
  • string CommandURLAPIKey
    • Default Value: null.
    • Intended Value: The The value of the @CommandURLAPIKey parameter from GI_QueuedCommand_ReadNext stored procedure.
  • string CommandName
    • Default Value: null.
    • Intended Value: The The value of the @CommandName parameter from GI_QueuedCommand_ReadNext stored procedure.
  • Guid CommandUserGUID
    • Default Value: null.
    • Intended Value: The The value of the @CommandUserGUID parameter from GI_QueuedCommand_ReadNext stored procedure.
  • Guid CurrentInstanceGUID
    • Default Value: null.
    • Intended Value: The The value of the @CurrentInstanceGUID parameter from GI_QueuedCommand_ReadNext stored procedure.
  • Guid TargetInstanceGUID
    • Default Value: null.
    • Intended Value: The The value of the @TargetInstanceGUID parameter from GI_QueuedCommand_ReadNext stored procedure.
Updated on January 25, 2023

Was this article helpful?

Related Articles

Need Support?
Can’t find the answer you’re looking for? Don’t worry we’re here to help!
Contact Support

Leave a Comment