Click or drag to resize

InteropClientGetAllClientsInContextGroupAsync Method

Gets all clients for a context group.

Namespace:  Openfin.Desktop.InteropAPI
Assembly:  OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.5.1
Syntax
C#
public Task<ChannelEndpoint[]> GetAllClientsInContextGroupAsync(
	string contextGroupId
)

Parameters

contextGroupId
Type: SystemString
The id of context group.

Return Value

Type: TaskChannelEndpoint
A new Task for all clients in the context group.
See Also