Click or drag to resize

CloudFunctionsClient Methods

The CloudFunctionsClient type exposes the following members.

Methods
 NameDescription
Public methodCallMethodAsync(ClientNetworkService_CloudFunctionsCloudMethodInfo, Object) Call method with default cancellation token specified in CallMethodDefaultCancellationTokenSource.
Public methodCallMethodAsync(String, String, Object) Call method with default cancellation token specified in CallMethodDefaultCancellationTokenSource.
Public methodCallMethodAsyncT(ClientNetworkService_CloudFunctionsCloudMethodInfo, Object) Call method with default cancellation token specified in CallMethodDefaultCancellationTokenSource.
Public methodCallMethodAsyncT(String, String, Object) Call method with default cancellation token specified in CallMethodDefaultCancellationTokenSource.
Public methodCallMethodWithCancellationTokenAsync(ClientNetworkService_CloudFunctionsCloudMethodInfo, CancellationToken, Object) 
Public methodCallMethodWithCancellationTokenAsync(String, String, CancellationToken, Object) 
Public methodCallMethodWithCancellationTokenAsyncT(ClientNetworkService_CloudFunctionsCloudMethodInfo, CancellationToken, Object) 
Public methodCallMethodWithCancellationTokenAsyncT(String, String, CancellationToken, Object) 
Public methodStatic memberCreateAsync 
Public methodCreateDirectoryAsync 
Public methodDeleteDirectoryAsync 
Public methodDeleteFileAsync 
Public methodDeleteFilesAsync 
Public methodDeleteObjectsAsync 
Public methodDestroy
(Inherited from BasicServiceClient)
Public methodDownloadDirectoryAsync 
Public methodDownloadFileAsync 
Public methodDownloadFilesAsync 
Public methodDownloadObjectsAsync 
Public methodEqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
Protected methodFinalizeAllows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object)
Public methodGetCallMethodInfoAsync 
Public methodGetCallMethodsAsync 
Public methodGetDirectoryInfoAsync 
Public methodGetFileInfoAsync 
Public methodGetFilesInfoAsync 
Public methodGetHashCodeServes as the default hash function.
(Inherited from Object)
Public methodStatic memberGetInstances 
Public methodGetRoundtripLastInSeconds
(Inherited from BasicServiceClient)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodLoadStringAsync 
Public methodLoadStringsAsync 
Protected methodMemberwiseCloneCreates a shallow copy of the current Object.
(Inherited from Object)
Protected methodOnBeforeConnect
(Inherited from BasicServiceClient)
Protected methodOnClient_ConnectionStatusChanged
(Overrides BasicServiceClientOnClient_ConnectionStatusChanged(ClientNode))
Protected methodOnClient_ProtocolError
(Overrides BasicServiceClientOnClient_ProtocolError(ClientNode, String))
Protected methodOnCreateNetworkNode
(Overrides BasicServiceClientOnCreateNetworkNode)
Protected methodOnDestroy
(Overrides BasicServiceClientOnDestroy)
Protected methodOnMessages_ReceiveMessageBinary
(Inherited from BasicServiceClient)
Protected methodOnMessages_ReceiveMessageString
(Overrides BasicServiceClientOnMessages_ReceiveMessageString(ClientNetworkService_Messages, String, String))
Protected methodOnUpdate
(Overrides BasicServiceClientOnUpdate(DateTime))
Public methodReconnectAsync Returns error.
(Inherited from BasicServiceClient)
Public methodSaveStringAsync 
Public methodSaveStringsAsync(ICollectionValueTupleString, String, CancellationToken) 
Public methodSaveStringsAsync(String, String, CancellationToken) 
Public methodToStringReturns a string that represents the current object.
(Inherited from Object)
Public methodUpdate
(Inherited from BasicServiceClient)
Public methodUploadDirectoryAsync 
Public methodUploadFileAsync 
Public methodUploadFilesAsync 
Public methodUploadObjectsAsync 
Top
Extension Methods
 NameDescription
Public Extension MethodMethodInvoke Calls the object method by name.
(Defined by ObjectEx)
Public Extension MethodPropertyGet Gets the value of the object property by name.
(Defined by ObjectEx)
Public Extension MethodPropertyGetT Gets the value of the object property by name.
(Defined by ObjectEx)
Public Extension MethodPropertySet Sets the value of the object property by name.
(Defined by ObjectEx)
Top
See Also