StreamLink.NET
7.1.20-7.1.20-1045-9572bb5
|
Interface for receiving updates on the channel from the Liberator. More...
Public Member Functions | |
void | OnChannelData (Caplin.StreamLink.IChannel channel, Caplin.StreamLink.IRecordType1Event evt) |
Called when an update is received. More... | |
void | OnChannelError (Caplin.StreamLink.IChannel channel, Caplin.StreamLink.ISubscriptionErrorEvent evt) |
Called when there is an error on the channel. More... | |
void | OnChannelStatus (Caplin.StreamLink.IChannel channel, Caplin.StreamLink.ISubscriptionStatusEvent evt) |
Called when there is a change in the status for the channel. More... | |
Interface for receiving updates on the channel from the Liberator.
void Caplin.StreamLink.IChannelListener.OnChannelData | ( | Caplin.StreamLink.IChannel | channel, |
Caplin.StreamLink.IRecordType1Event | evt | ||
) |
Called when an update is received.
channel | The channel for which the update occurred. |
evt | The record update. |
void Caplin.StreamLink.IChannelListener.OnChannelError | ( | Caplin.StreamLink.IChannel | channel, |
Caplin.StreamLink.ISubscriptionErrorEvent | evt | ||
) |
Called when there is an error on the channel.
channel | The channel for which the error occurred. |
evt | The error event. |
void Caplin.StreamLink.IChannelListener.OnChannelStatus | ( | Caplin.StreamLink.IChannel | channel, |
Caplin.StreamLink.ISubscriptionStatusEvent | evt | ||
) |
Called when there is a change in the status for the channel.
channel | The channel for which the update occurred. |
evt | The status event. |