InteropClientGetAllClientsInContextGroupAsync Method |
Gets all clients for a context group.
Namespace:
Openfin.Desktop.InteropAPI
Assembly:
OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.6.0
Syntax public Task<ChannelEndpoint[]> GetAllClientsInContextGroupAsync(
string contextGroupId
)
Parameters
- contextGroupId
- Type: SystemString
The id of context group.
Return Value
Type:
TaskChannelEndpointA new Task for all clients in the context group.
See Also