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

상속: Request
파일 보기 프로젝트 열기: webappsuk/CoreLibraries 1 사용 예제들

공개 메소드들

메소드 설명
CommandCancelRequest ( System.Guid cancelCommandId ) : System

Initializes a new instance of the CommandRequest class.

메소드 상세

CommandCancelRequest() 공개 메소드

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.
리턴 System