InteropBrokerRemoveFromContextGroup Method |
Removes the InteropClient from the context group.
Namespace:
Openfin.Desktop.InteropAPI
Assembly:
OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.6.0
Syntax protected void RemoveFromContextGroup(
string targetEndpointId,
string senderEndpointId
)
Parameters
- targetEndpointId
- Type: SystemString
The InteropClient to be removed from the the context group, could be null. - senderEndpointId
- Type: SystemString
The InteropClient that sends the request, when targetEndpointId is null, it should remove the sender from the context group.
See Also