Click or drag to resize

IGHARemoteObjectGetBindableObjectsAsync Method

Returns objects implementing the IBindable interface

Namespace:  RemoteRESTLib
Assembly:  GHARemoteRESTLib (in GHARemoteRESTLib.dll) Version: 1.0.14
Syntax
Task<IGHARemoteObjectcollection> GetBindableObjectsAsync()

Return Value

Type: TaskIGHARemoteObjectcollection
Collection of objects implementing the IBindable interface
See Also