Click or drag to resize

InteropBroker Class

Interop Broker
Inheritance Hierarchy
SystemObject
  Openfin.Desktop.InteropAPIInteropBroker

Namespace:  Openfin.Desktop.InteropAPI
Assembly:  OpenfinDesktop (in OpenfinDesktop.dll) Version: 17.6.0
Syntax
C#
public class InteropBroker

The InteropBroker type exposes the following members.

Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Protected methodGetAllClientsInContextGroup
Gets all clients for a context group.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodInitAsync
Initialize this InteropBroker.
Protected methodJoinContextGroupAsync
Join a InteropClient to context group.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodRegisterContextHandlerAsync
Registers the context handler.
Protected methodRemoveContextHandler
Removes the context handler from the InteropClient.
Protected methodRemoveFromContextGroup
Removes the InteropClient from the context group.
Protected methodSendContextToClientAsync(String, String)
Sends current context of the context group to the InteropClient.
Protected methodSendContextToClientAsync(String, String, String)
Sends current context of the context group to the InteropClient.
Protected methodSetContextAsync
Sets the context for the context group.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Fields
See Also