Click or drag to resize

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
)

Parameters

path
Type: SystemString
Absolute Uri pointing to the requested object

Return Value

Type: TaskIGHARemoteObject
The requested object if it exists, null if it does not
See Also