Click or drag to resize

IGHARemoteObjectInvokeAsync Method

Returns the value of the specified property

Namespace:  RemoteRESTLib
Assembly:  GHARemoteRESTLib (in GHARemoteRESTLib.dll) Version: 1.0.14
Syntax
Task<Object> InvokeAsync(
	string methodName,
	Object[] varParams
)

Parameters

methodName
Type: SystemString

[Missing <param name="methodName"/> documentation for "M:RemoteRESTLib.IGHARemoteObject.InvokeAsync(System.String,System.Object[])"]

varParams
Type: SystemObject

[Missing <param name="varParams"/> documentation for "M:RemoteRESTLib.IGHARemoteObject.InvokeAsync(System.String,System.Object[])"]

Return Value

Type: TaskObject
Value of the specified property
See Also