IGHARemoteObjectGetCapabilitiesAsync Method |
Returns all capabilities currently defined by GHA
Namespace:
RemoteRESTLib
Assembly:
GHARemoteRESTLib (in GHARemoteRESTLib.dll) Version: 1.0.14
Syntax Task<Dictionary<string, IGHARemoteCapabilityDescriptor[]>> GetCapabilitiesAsync()
Function GetCapabilitiesAsync As Task(Of Dictionary(Of String, IGHARemoteCapabilityDescriptor()))
Task<Dictionary<String^, array<IGHARemoteCapabilityDescriptor^>^>^>^ GetCapabilitiesAsync()
abstract GetCapabilitiesAsync : unit -> Task<Dictionary<string, IGHARemoteCapabilityDescriptor[]>>
Return Value
Type:
TaskDictionaryString,
IGHARemoteCapabilityDescriptorDictionary of capability descriptors indexed by capability name
See Also