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
)
Function InvokeAsync (
methodName As String,
varParams As Object()
) As Task(Of Object)
Task<Object^>^ InvokeAsync(
String^ methodName,
array<Object^>^ varParams
)
abstract InvokeAsync :
methodName : string *
varParams : Object[] -> Task<Object>
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:
TaskObjectValue of the specified property
See Also