IGHARemoteObjectGetBindableObjectsAsync Method |
Returns objects implementing the IBindable interface
Namespace:
RemoteRESTLib
Assembly:
GHARemoteRESTLib (in GHARemoteRESTLib.dll) Version: 1.0.14
Syntax Task<IGHARemoteObjectcollection> GetBindableObjectsAsync()
Function GetBindableObjectsAsync As Task(Of IGHARemoteObjectcollection)
Task<IGHARemoteObjectcollection^>^ GetBindableObjectsAsync()
abstract GetBindableObjectsAsync : unit -> Task<IGHARemoteObjectcollection>
Return Value
Type:
TaskIGHARemoteObjectcollectionCollection of objects implementing the IBindable interface
See Also