C# Class PeerCastStation.Core.BandwidthCheckCompletedEventArgs

Inheritance: System.EventArgs
显示文件 Open project: kumaryu/peercaststation Class Usage Examples

Public Methods

Method Description
BandwidthCheckCompletedEventArgs ( bool success, int data_size, System.TimeSpan elapsed ) : System

Method Details

BandwidthCheckCompletedEventArgs() public method

public BandwidthCheckCompletedEventArgs ( bool success, int data_size, System.TimeSpan elapsed ) : System
success bool
data_size int
elapsed System.TimeSpan
return System