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
)
Function GetObjectAsync (
ObjectID As Guid
) As Task(Of IGHARemoteObject)
Task<IGHARemoteObject^>^ GetObjectAsync(
Guid ObjectID
)
abstract GetObjectAsync :
ObjectID : Guid -> Task<IGHARemoteObject>
Parameters
- ObjectID
- Type: SystemGuid
Guid of the requested object
Return Value
Type:
TaskIGHARemoteObjectThe object if it exists, null if it does not
See Also