BSky.Statistics.Common.ServerCommand.ServerCommand C# (CSharp) Method

ServerCommand() public method

public ServerCommand ( CommandDispatcher dispatcher ) : System.Xml.Serialization
dispatcher CommandDispatcher
return System.Xml.Serialization
        public ServerCommand(CommandDispatcher dispatcher) : this(dispatcher, "", "") { }
        public ServerCommand(CommandDispatcher dispatcher, string name, string sourceCodeScript)

Same methods

ServerCommand::ServerCommand ( CommandDispatcher dispatcher, string name, string sourceCodeScript ) : System.Xml.Serialization