Click or drag to resize

InteropClientJoinContextGroupAsync Method (String, ChannelEndpoint)

Join specified InteropClient to the context group.

Namespace:  Openfin.Desktop.InteropAPI
Assembly:  OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.6.0
Syntax
C#
public Task JoinContextGroupAsync(
	string contextGroupId,
	ChannelEndpoint targetIdentity
)

Parameters

contextGroupId
Type: SystemString
The id of context group.
targetIdentity
Type: Openfin.Desktop.MessagingChannelEndpoint
The identity of the target InteropClient.

Return Value

Type: Task
A new Task
See Also