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

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

공개 메소드들

메소드 설명
CommandResponse ( System.Guid id, int sequence, [ chunk ) : System

Initializes a new instance of the CommandResponse class.

메소드 상세

CommandResponse() 공개 메소드

Initializes a new instance of the CommandResponse class.
public CommandResponse ( System.Guid id, int sequence, [ chunk ) : System
id System.Guid The identifier.
sequence int The sequence.
chunk [ The chunk.
리턴 System