Click or drag to resize

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()

Return Value

Type: TaskDictionaryString, IGHARemoteCapabilityDescriptor
Dictionary of capability descriptors indexed by capability name
See Also