Toggle navigation
Hot Examples
ZH
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
搜索
Home
TrainNotifier
Console
WebSocketServer
FeedEventArgs
C# Class TrainNotifier.Console.WebSocketServer.FeedEventArgs
Inheritance:
System.EventArgs
显示文件
Open project: blueghostuk/trainnotifier-server
Public Properties
Property
Type
Description
Data
dynamic
Source
Feed
Public Methods
Method
Description
FeedEventArgs
(
Feed
source
,
dynamic
data
) :
System
Method Details
FeedEventArgs()
public
method
public
FeedEventArgs
(
Feed
source
,
dynamic
data
) :
System
source
Feed
data
dynamic
return
System
Property Details
Data
public_oe property
public
dynamic
Data
return
dynamic
Source
public_oe property
public
Feed
Source
return
Feed