C# 클래스 OpenStory.Server.World.WorldServer

World server class! Handles world server stuff.
상속: OpenStory.Server.Processing.GameServerBase, IChannelToWorldRequestHandler, INexusToWorldRequestHandler
파일 보기 프로젝트 열기: shoftee/OpenStory

공개 메소드들

메소드 설명
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