Click or drag to resize

InteropClient Class

Interop Client
Inheritance Hierarchy
SystemObject
  Openfin.Desktop.InteropAPIInteropClient

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

The InteropClient type exposes the following members.

Methods
  NameDescription
Public methodAddContextHandlerAsync(ContextHandler)
Add a context handler for incoming context. If an entity is part of a context group, and then sets its context handler, it will receive all of its declared contexts.
Public methodAddContextHandlerAsync(ContextHandler, String)
Add a context handler for incoming context. If an entity is part of a context group, and then sets its context handler, it will receive all of its declared contexts.
Public methodConnectAsync
Connects to the InteropBroker.
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.)
Public methodFireIntentAsync
Fires an intent.
Public methodGetAllClientsInContextGroupAsync
Gets all clients for a context group.
Public methodGetContextGroupsAsync
Gets the Interop-Broker-defined context groups available for an entity to join.
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetInfoForContextGroupAsync
Gets display info for a context group.
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodJoinContextGroupAsync(String)
Join this InteropClient to the context group.
Public methodJoinContextGroupAsync(String, ChannelEndpoint)
Join specified InteropClient to the context group.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRegisterIntentHandlerAsync
Public methodRemoveContextHandlerAsync(ContextHandler)
Removes the context handler.
Public methodRemoveContextHandlerAsync(ContextHandler, String)
Removes the context handler that handles specified context type.
Public methodRemoveFromContextGroupAsync
Remove this InteropClient from the context group it currently joined.
Public methodRemoveFromContextGroupAsync(Identity)
Remove specified InteropClient from the context group it currently joined.
Public methodSetContextAsync
Sets a context for the context group of the current entity.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
See Also