Click or drag to resize

InteropBrokerGetAllClientsInContextGroup Method

Gets all clients for a context group.

Namespace:  Openfin.Desktop.InteropAPI
Assembly:  OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.4.0
Syntax
C#
protected ChannelEndpoint[] GetAllClientsInContextGroup(
	string contextGroupId
)

Parameters

contextGroupId
Type: SystemString
The id of the context group.

Return Value

Type: ChannelEndpoint
The identities of all the InteropClients.
See Also