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

Inheritance: Response
Datei anzeigen Open project: webappsuk/CoreLibraries

Public Methods

Method Description
CommandResponse ( System.Guid id, int sequence, [ chunk ) : System

Initializes a new instance of the CommandResponse class.

Method Details

CommandResponse() public method

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.
return System