C# Класс WebApplications.Utilities.Service.Common.Protocol.CommandCancelResponse

Наследование: Response
Показать файл Открыть проект

Открытые методы

Метод Описание
CommandCancelResponse ( System.Guid id, System.Guid cancelledCommandId ) : System

Initializes a new instance of the CommandRequest class.

Описание методов

CommandCancelResponse() публичный Метод

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.
Результат System