InteropBrokerGetAllClientsInContextGroup Method |
Gets all clients for a context group.
Namespace:
Openfin.Desktop.InteropAPI
Assembly:
OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.6.0
Syntax protected ChannelEndpoint[] GetAllClientsInContextGroup(
string contextGroupId
)
Parameters
- contextGroupId
- Type: SystemString
The id of the context group.
Return Value
Type:
ChannelEndpointThe identities of all the InteropClients.
See Also