Click or drag to resize

InteropBrokerJoinContextGroupAsync Method

Join a InteropClient to context group.

Namespace:  Openfin.Desktop.InteropAPI
Assembly:  OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.5.1
Syntax
C#
protected Task JoinContextGroupAsync(
	string contextGroupId,
	string targetEndpointId,
	string senderEndpointId
)

Parameters

contextGroupId
Type: SystemString
The id of the context group.
targetEndpointId
Type: SystemString
The InteropClient to join the the context group, could be null.
senderEndpointId
Type: SystemString
The InteropClient that sends the request, when targetEndpointId is null, it should join the sender to the context group.

Return Value

Type: Task

[Missing <returns> documentation for "M:Openfin.Desktop.InteropAPI.InteropBroker.JoinContextGroupAsync(System.String,System.String,System.String)"]

See Also