C# 클래스 WebApplications.Utilities.Service.Common.Protocol.CommandCancelResponse

상속: Response
파일 보기 프로젝트 열기: webappsuk/CoreLibraries

공개 메소드들

메소드 설명
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