C# Класс OpenStory.Server.World.WorldServer

World server class! Handles world server stuff.
Наследование: OpenStory.Server.Processing.GameServerBase, IChannelToWorldRequestHandler, INexusToWorldRequestHandler
Показать файл Открыть проект

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

Метод Описание
BroadcastFromChannel ( int channelId, CharacterKey targets, byte data ) : void
GetDetails ( ) : IWorld
WorldServer ( IServiceContainer nexus, ChannelContainer channelContainer, IWorldInfoProvider worldInfoProvider ) : System.Linq

Initializes a new instance of the WorldServer class.

Защищенные методы

Метод Описание
OnInitializing ( OsServiceConfiguration serviceConfiguration ) : void
OnStarting ( ) : void
OnStopping ( ) : void

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

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

public BroadcastFromChannel ( int channelId, CharacterKey targets, byte data ) : void
channelId int
targets CharacterKey
data byte
Результат void

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

public GetDetails ( ) : IWorld
Результат IWorld

OnInitializing() защищенный Метод

protected OnInitializing ( OsServiceConfiguration serviceConfiguration ) : void
serviceConfiguration OsServiceConfiguration
Результат void

OnStarting() защищенный Метод

protected OnStarting ( ) : void
Результат void

OnStopping() защищенный Метод

protected OnStopping ( ) : void
Результат void

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

Initializes a new instance of the WorldServer class.
public WorldServer ( IServiceContainer nexus, ChannelContainer channelContainer, IWorldInfoProvider worldInfoProvider ) : System.Linq
nexus IServiceContainer
channelContainer ChannelContainer
worldInfoProvider IWorldInfoProvider
Результат System.Linq