C# Class SyncanoSyncServer.Net.ApiCommandRequest

Request for Syncano Api Command.
Inheritance: ISyncanoRequest
Datei anzeigen Open project: Syncano/syncano-dotnet Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
ApiCommandRequest ( string method, long messageId ) : System.Collections.Generic

Creates ApiCommandRequest object.

Method Details

ApiCommandRequest() public method

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