IFeed Interface |
Namespace: VirtualRadar.Interface.Listener
The IFeed type exposes the following members.
Name | Description | |
---|---|---|
AircraftList |
Gets the aircraft list that the feed is supplying.
| |
IsVisible |
Gets a value indicating that the feed can be viewed from the web site.
| |
Listener |
Gets the listener that AircraftList is listening to.
| |
Name |
Gets the name of the feed.
| |
UniqueId |
Gets the unique identifier of the feed.
|
Name | Description | |
---|---|---|
ApplyConfiguration(MergedFeed, IEnumerableIFeed) |
Updates the listener with the new configuration options passed across.
| |
ApplyConfiguration(Receiver, Configuration) |
Updates the listener with the new configuration options passed across.
| |
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from IDisposable.) | |
Initialise(MergedFeed, IEnumerableIFeed) |
Initialises the feed with the merged feed configuration settings passed across.
| |
Initialise(Receiver, Configuration) |
Initialises the feed with the receiver configuration settings passed across.
|
Name | Description | |
---|---|---|
ExceptionCaught |
Raised when an exception is caught on the background thread. The background thread should not
pass ThreadAbortException through this.
(Inherited from IBackgroundThreadExceptionCatcher.) |