C# Class TrainNotifier.Console.WebSocketServer.FeedEventArgs

Inheritance: System.EventArgs
Afficher le fichier Open project: blueghostuk/trainnotifier-server

Méthodes publiques

Свойство Type Description
Data dynamic
Source Feed

Méthodes publiques

Méthode Description
FeedEventArgs ( Feed source, dynamic data ) : System

Method Details

FeedEventArgs() public méthode

public FeedEventArgs ( Feed source, dynamic data ) : System
source Feed
data dynamic
Résultat System

Property Details

Data public_oe property

public dynamic Data
Résultat dynamic

Source public_oe property

public Feed Source
Résultat Feed