C# Class SyncanoSyncServer.Net.ApiCommandRequest

Request for Syncano Api Command.
Inheritance: ISyncanoRequest
Afficher le fichier Open project: Syncano/syncano-dotnet Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
ApiCommandRequest ( string method, long messageId ) : System.Collections.Generic

Creates ApiCommandRequest object.

Method Details

ApiCommandRequest() public méthode

Creates ApiCommandRequest object.
public ApiCommandRequest ( string method, long messageId ) : System.Collections.Generic
method string Method.
messageId long Message Id.
Résultat System.Collections.Generic