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

Inheritance: Response
Afficher le fichier Open project: webappsuk/CoreLibraries

Méthodes publiques

Méthode Description
CommandCancelResponse ( System.Guid id, System.Guid cancelledCommandId ) : System

Initializes a new instance of the CommandRequest class.

Method Details

CommandCancelResponse() public méthode

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.
Résultat System