SystemChannel Class |
Namespace: OpenFin.FDC3.Channels
The SystemChannel type exposes the following members.
| Name | Description | |
|---|---|---|
| SystemChannel |
Creates a SystemChannel object
|
| Name | Description | |
|---|---|---|
| ChannelId | (Inherited from ChannelBase.) | |
| VisualIdentity |
The visual metadata for this channel.
|
| Name | Description | |
|---|---|---|
| AddContextListenerAsync |
Adds the event that is fired when a window broadcasts on this channel
(Inherited from ChannelBase.) | |
| AddEventListenerAsync | (Inherited from ChannelBase.) | |
| BroadcastAsync |
Broadcasts the given context on this channel.
Note that this function ca be used without first joining the channel, allowing applciations to broadcast on channels they are not members.
This broadcast will be receied by all windows that are members of this channel, except for the window that makes the broadcast.
(Inherited from ChannelBase.) | |
| 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.) | |
| GetCurrentContextAsync |
Returns the last context that was broadcast on this channel. All channels initially have no context, until a window is added to the channel and then broadcasts.
The context of a channel will be captured regardless of how it's set on the channel.
(Inherited from ChannelBase.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetMembersAsync |
Returns a collection of all windows connected to this channel.
(Inherited from ChannelBase.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| JoinAsync |
Adds the provided window to this channel.
If this channel has a current context, the context will be passed to the window through its context listener upon joining this channel.
(Inherited from ChannelBase.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| RemoveContextListener |
Removes the event fired when a window
(Inherited from ChannelBase.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| UnsubscribeEventListenerAsync | (Inherited from ChannelBase.) |
| Name | Description | |
|---|---|---|
| ChannelType | (Inherited from ChannelBase.) |