C# Class PeerCastStation.Core.BandwidthCheckCompletedEventArgs

Inheritance: System.EventArgs
Afficher le fichier Open project: kumaryu/peercaststation Class Usage Examples

Méthodes publiques

Méthode Description
BandwidthCheckCompletedEventArgs ( bool success, int data_size, System.TimeSpan elapsed ) : System

Method Details

BandwidthCheckCompletedEventArgs() public méthode

public BandwidthCheckCompletedEventArgs ( bool success, int data_size, System.TimeSpan elapsed ) : System
success bool
data_size int
elapsed System.TimeSpan
Résultat System