C# Class PeerCastStation.ChannelNotifier

Inheritance: IChannelMonitor
Afficher le fichier Open project: kumaryu/peercaststation

Méthodes publiques

Méthode Description
ChannelNotifier ( PeerCastApplication app ) : System
OnChannelClosed ( object sender, StreamStoppedEventArgs args ) : void
OnTimer ( ) : void

Private Methods

Méthode Description
NotifyMessage ( PeerCastStation.Core.NotificationMessage msg ) : void

Method Details

ChannelNotifier() public méthode

public ChannelNotifier ( PeerCastApplication app ) : System
app PeerCastStation.Core.PeerCastApplication
Résultat System

OnChannelClosed() public méthode

public OnChannelClosed ( object sender, StreamStoppedEventArgs args ) : void
sender object
args PeerCastStation.Core.StreamStoppedEventArgs
Résultat void

OnTimer() public méthode

public OnTimer ( ) : void
Résultat void