InteropClient Class |
Namespace: Openfin.Desktop.InteropAPI
public class InteropClient
The InteropClient type exposes the following members.
Name | Description | |
---|---|---|
![]() | AddContextHandlerAsync(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.
|
![]() | AddContextHandlerAsync(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.
|
![]() | ConnectAsync |
Connects to the InteropBroker.
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | FireIntentAsync(Intent) |
Asynchronously fires an intent.
|
![]() | FireIntentAsync(String, JToken) |
Asynchronously fires an intent using the given JSON-based context object
|
![]() | FireIntentAsyncT(Intent) |
Asynchronously fires the given intent
|
![]() | FireIntentAsyncT(String, JToken) |
Asynchronously fires an intent using the given JSON-based context object
|
![]() | GetAllClientsInContextGroupAsync |
Gets all clients for a context group.
|
![]() | GetContextGroupsAsync |
Gets the Interop-Broker-defined context groups available for an entity to join.
|
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetInfoForContextGroupAsync |
Gets display info for a context group.
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | JoinContextGroupAsync(String) |
Join this InteropClient to the context group.
|
![]() | JoinContextGroupAsync(String, ChannelEndpoint) |
Join specified InteropClient to the context group.
|
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | RegisterIntentHandlerAsync |
Asynchronously registers an intent handler for the given intent name
|
![]() | RemoveContextHandlerAsync(ContextHandler) |
Removes the context handler.
|
![]() | RemoveContextHandlerAsync(ContextHandler, String) |
Removes the context handler that handles specified context type.
|
![]() | RemoveFromContextGroupAsync |
Remove this InteropClient from the context group it currently joined.
|
![]() | RemoveFromContextGroupAsync(Identity) |
Remove specified InteropClient from the context group it currently joined.
|
![]() | SetContextAsync |
Sets a context for the context group of the current entity.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |