C# Class Server.ServerListEventArgs

Inheritance: System.EventArgs
Afficher le fichier Open project: Grimoric/RunUO.T2A Class Usage Examples

Méthodes publiques

Méthode Description
AddServer ( string name, IPEndPoint address ) : void
AddServer ( string name, int fullPercent, TimeZone tz, IPEndPoint address ) : void
ServerListEventArgs ( Server.Network.NetState state, IAccount account ) : System

Method Details

AddServer() public méthode

public AddServer ( string name, IPEndPoint address ) : void
name string
address System.Net.IPEndPoint
Résultat void

AddServer() public méthode

public AddServer ( string name, int fullPercent, TimeZone tz, IPEndPoint address ) : void
name string
fullPercent int
tz System.TimeZone
address System.Net.IPEndPoint
Résultat void

ServerListEventArgs() public méthode

public ServerListEventArgs ( Server.Network.NetState state, IAccount account ) : System
state Server.Network.NetState
account IAccount
Résultat System