Click or drag to resize

IGHARemoteObjectGetObjectAsync Method (Guid)

Returns the object with the requested Object ID

Namespace:  RemoteRESTLib
Assembly:  GHARemoteRESTLib (in GHARemoteRESTLib.dll) Version: 1.0.14
Syntax
Task<IGHARemoteObject> GetObjectAsync(
	Guid ObjectID
)

Parameters

ObjectID
Type: SystemGuid
Guid of the requested object

Return Value

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