C# Class OpenStory.Framework.Contracts.ServerSessionEventArgs

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

Public Methods

Method Description
ServerSessionEventArgs ( IServerSession serverSession ) : System

Initializes a new instance of the ServerSessionEventArgs class.

Method Details

ServerSessionEventArgs() public method

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