IGHARemoteObjectRunCommandAsync Method |
Invoke the specified method of the calling object
Namespace:
RemoteRESTLib
Assembly:
GHARemoteRESTLib (in GHARemoteRESTLib.dll) Version: 1.0.14
Syntax Task<Object> RunCommandAsync(
string name
)
Function RunCommandAsync (
name As String
) As Task(Of Object)
Task<Object^>^ RunCommandAsync(
String^ name
)
abstract RunCommandAsync :
name : string -> Task<Object>
Parameters
- name
- Type: SystemString
Method to invoke
Return Value
Type:
TaskObjectValue returned by the method if any
See Also