Click or drag to resize

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
)

Parameters

name
Type: SystemString
Method to invoke

Return Value

Type: TaskObject
Value returned by the method if any
See Also