C# Class OpenStory.Framework.Contracts.ServerSessionEventArgs

Contains details for a IServerSession-related event.
Inheritance: System.EventArgs
Afficher le fichier Open project: shoftee/OpenStory Class Usage Examples

Méthodes publiques

Méthode Description
ServerSessionEventArgs ( IServerSession serverSession ) : System

Initializes a new instance of the ServerSessionEventArgs class.

Method Details

ServerSessionEventArgs() public méthode

Initializes a new instance of the ServerSessionEventArgs class.
/// Thrown if is . ///
public ServerSessionEventArgs ( IServerSession serverSession ) : System
serverSession IServerSession The instance.
Résultat System