C# Class WebApplications.Utilities.Service.Common.Protocol.CommandCancelResponse

Inheritance: Response
Datei anzeigen Open project: webappsuk/CoreLibraries

Public Methods

Method Description
CommandCancelResponse ( System.Guid id, System.Guid cancelledCommandId ) : System

Initializes a new instance of the CommandRequest class.

Method Details

CommandCancelResponse() public method

Initializes a new instance of the CommandRequest class.
public CommandCancelResponse ( System.Guid id, System.Guid cancelledCommandId ) : System
id System.Guid The identifier.
cancelledCommandId System.Guid The command identifier for the command that was cancelled.
return System