IGHARemoteObjectIsChildOfAsync Method |
Determines if the specified object is one of the calling object's children
Namespace:
RemoteRESTLib
Assembly:
GHARemoteRESTLib (in GHARemoteRESTLib.dll) Version: 1.0.14
Syntax Task<bool> IsChildOfAsync(
IGHARemoteObject ghaObj
)
Function IsChildOfAsync (
ghaObj As IGHARemoteObject
) As Task(Of Boolean)
Task<bool>^ IsChildOfAsync(
IGHARemoteObject^ ghaObj
)
abstract IsChildOfAsync :
ghaObj : IGHARemoteObject -> Task<bool>
Parameters
- ghaObj
- Type: RemoteRESTLibIGHARemoteObject
Object to test
Return Value
Type:
TaskBooleanTrue if the specified object is a child of the calling object, false if it is not
See Also