IGHARemoteObjectGetObjectAsync Method (String) |
Returns an object at the specified absolute Uri
Namespace:
RemoteRESTLib
Assembly:
GHARemoteRESTLib (in GHARemoteRESTLib.dll) Version: 1.0.14
Syntax Task<IGHARemoteObject> GetObjectAsync(
string path
)
Function GetObjectAsync (
path As String
) As Task(Of IGHARemoteObject)
Task<IGHARemoteObject^>^ GetObjectAsync(
String^ path
)
abstract GetObjectAsync :
path : string -> Task<IGHARemoteObject>
Parameters
- path
- Type: SystemString
Absolute Uri pointing to the requested object
Return Value
Type:
TaskIGHARemoteObjectThe requested object if it exists, null if it does not
See Also