ExternalApplication Class |
Allows the developer to listen to the events raised when an External Application connects/disconnects from the runtime or whe it's started
Namespace: Openfin.Desktop
public sealed class ExternalApplication : IOpenfinEntity, IDisposable
The ExternalApplication type exposes the following members.
Name | Description | |
---|---|---|
IsConnected |
Gets the connection status if ExternalApplication is wrapped around OpenFin application
| |
Parent |
The Parent Entity which launched or is monitoring the External Application.
| |
Runtime |
Gets the Runtime that created the Application.
| |
Uuid |
Gets the UUID of the Application.
|
Name | Description | |
---|---|---|
Dispose |
Dispose the current application instance.
| |
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
GetType | Gets the Type of the current instance. (Inherited from Object.) | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
Name | Description | |
---|---|---|
Connected |
Occurs when an external application connects to the runtime.
| |
Disconnected |
Occurs when the external application is disconnected from the runtime.
| |
Exited |
Occurs when the external application has exited.
| |
Started |
Occurs when the external application is started.
|