C# Класс ACR_ServerCommunicator.ShutdownServerEvent

This event encapsulates data relating to a request to stop the game server process.
Наследование: IGameEventQueueEvent
Показать файл Открыть проект

Открытые методы

Метод Описание
DispatchEvent ( ACR_ServerCommunicator Script, ALFA Database ) : void

Dispatch the event (in a script context).

ShutdownServerEvent ( string Message ) : System

Create a new ShutdownServerEvent.

Описание методов

DispatchEvent() публичный Метод

Dispatch the event (in a script context).
public DispatchEvent ( ACR_ServerCommunicator Script, ALFA Database ) : void
Script ACR_ServerCommunicator Supplies the script object.
Database ALFA Supplies the database connection.
Результат void

ShutdownServerEvent() публичный Метод

Create a new ShutdownServerEvent.
public ShutdownServerEvent ( string Message ) : System
Message string Supplies the message text.
Результат System