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

Inheritance: Request
Afficher le fichier Open project: webappsuk/CoreLibraries Class Usage Examples

Méthodes publiques

Méthode Description
CommandCancelRequest ( System.Guid cancelCommandId ) : System

Initializes a new instance of the CommandRequest class.

Method Details

CommandCancelRequest() public méthode

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