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

Inheritance: Response
Afficher le fichier Open project: webappsuk/CoreLibraries

Méthodes publiques

Méthode Description
CommandResponse ( System.Guid id, int sequence, [ chunk ) : System

Initializes a new instance of the CommandResponse class.

Method Details

CommandResponse() public méthode

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.
Résultat System