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

Inheritance: Request
Datei anzeigen Open project: webappsuk/CoreLibraries Class Usage Examples

Public Methods

Method Description
CommandCancelRequest ( System.Guid cancelCommandId ) : System

Initializes a new instance of the CommandRequest class.

Method Details

CommandCancelRequest() public method

Initializes a new instance of the CommandRequest class.
public CommandCancelRequest ( System.Guid cancelCommandId ) : System
cancelCommandId System.Guid The command identifier for the command to cancel.
return System