ServiceBaseSendRequestAsync Method |
Name | Description | |
---|---|---|
SendRequestAsyncTResult(String, CancellationToken, NullableInt32) |
Send the Request via Async method and deserialize the result into an expected type. No parameters can be handed to the JSON-RPC remote procedure if using this method.
| |
SendRequestAsyncTResult(String, Object, CancellationToken, NullableInt32) |
Send the Request via Async method and deserialize the result into an expected type.
|