CloudFunctionsClient Methods |
The CloudFunctionsClient type exposes the following members.
Methods| | Name | Description |
|---|
 | CallMethodAsync(ClientNetworkService_CloudFunctionsCloudMethodInfo, Object) |
Call method with default cancellation token specified in CallMethodDefaultCancellationTokenSource.
|
 | CallMethodAsync(String, String, Object) |
Call method with default cancellation token specified in CallMethodDefaultCancellationTokenSource.
|
 | CallMethodAsyncT(ClientNetworkService_CloudFunctionsCloudMethodInfo, Object) |
Call method with default cancellation token specified in CallMethodDefaultCancellationTokenSource.
|
 | CallMethodAsyncT(String, String, Object) |
Call method with default cancellation token specified in CallMethodDefaultCancellationTokenSource.
|
 | CallMethodWithCancellationTokenAsync(ClientNetworkService_CloudFunctionsCloudMethodInfo, CancellationToken, Object) | |
 | CallMethodWithCancellationTokenAsync(String, String, CancellationToken, Object) | |
 | CallMethodWithCancellationTokenAsyncT(ClientNetworkService_CloudFunctionsCloudMethodInfo, CancellationToken, Object) | |
 | CallMethodWithCancellationTokenAsyncT(String, String, CancellationToken, Object) | |
  | CreateAsync | |
 | CreateDirectoryAsync | |
 | DeleteDirectoryAsync | |
 | DeleteFileAsync | |
 | DeleteFilesAsync | |
 | DeleteObjectsAsync | |
 | Destroy | (Inherited from BasicServiceClient) |
 | DownloadDirectoryAsync | |
 | DownloadFileAsync | |
 | DownloadFilesAsync | |
 | DownloadObjectsAsync | |
 | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
 | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
 | GetCallMethodInfoAsync | |
 | GetCallMethodsAsync | |
 | GetDirectoryInfoAsync | |
 | GetFileInfoAsync | |
 | GetFilesInfoAsync | |
 | GetHashCode | Serves as the default hash function. (Inherited from Object) |
  | GetInstances | |
 | GetRoundtripLastInSeconds | (Inherited from BasicServiceClient) |
 | GetType | Gets the Type of the current instance. (Inherited from Object) |
 | LoadStringAsync | |
 | LoadStringsAsync | |
 | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
 | OnBeforeConnect | (Inherited from BasicServiceClient) |
 | OnClient_ConnectionStatusChanged | (Overrides BasicServiceClientOnClient_ConnectionStatusChanged(ClientNode)) |
 | OnClient_ProtocolError | (Overrides BasicServiceClientOnClient_ProtocolError(ClientNode, String)) |
 | OnCreateNetworkNode | (Overrides BasicServiceClientOnCreateNetworkNode) |
 | OnDestroy | (Overrides BasicServiceClientOnDestroy) |
 | OnMessages_ReceiveMessageBinary | (Inherited from BasicServiceClient) |
 | OnMessages_ReceiveMessageString | (Overrides BasicServiceClientOnMessages_ReceiveMessageString(ClientNetworkService_Messages, String, String)) |
 | OnUpdate | (Overrides BasicServiceClientOnUpdate(DateTime)) |
 | ReconnectAsync |
Returns error.
(Inherited from BasicServiceClient) |
 | SaveStringAsync | |
 | SaveStringsAsync(ICollectionValueTupleString, String, CancellationToken) | |
 | SaveStringsAsync(String, String, CancellationToken) | |
 | ToString | Returns a string that represents the current object. (Inherited from Object) |
 | Update | (Inherited from BasicServiceClient) |
 | UploadDirectoryAsync | |
 | UploadFileAsync | |
 | UploadFilesAsync | |
 | UploadObjectsAsync | |
Top
Extension Methods
See Also