C# Class Orient.Client.Protocol.Operations.Command

Inheritance: IOperation
Afficher le fichier Open project: workshare/OrientDB-NET.binary Class Usage Examples

Private Properties

Свойство Type Description
ParseDocument ODocument

Méthodes publiques

Méthode Description
Request ( int sessionId ) : Request
Response ( Response response ) : ODocument

Private Methods

Méthode Description
ParseDocument ( BinaryReader reader ) : ODocument

Method Details

Request() public méthode

public Request ( int sessionId ) : Request
sessionId int
Résultat Orient.Client.Protocol.Request

Response() public méthode

public Response ( Response response ) : ODocument
response Orient.Client.Protocol.Response
Résultat ODocument