C# Class ActorChat.Services.RoomActorService.RoomActorService

Inheritance: StatefulService
Datei anzeigen Open project: Rurouni/MassiveOnlineUniversalServerEngine

Public Methods

Method Description
RoomActorService ( StatefulServiceContext context ) : System

Protected Methods

Method Description
CreateServiceReplicaListeners ( ) : IEnumerable
RunAsync ( CancellationToken cancellationToken ) : Task

Method Details

CreateServiceReplicaListeners() protected method

protected CreateServiceReplicaListeners ( ) : IEnumerable
return IEnumerable

RoomActorService() public method

public RoomActorService ( StatefulServiceContext context ) : System
context StatefulServiceContext
return System

RunAsync() protected method

protected RunAsync ( CancellationToken cancellationToken ) : Task
cancellationToken System.Threading.CancellationToken
return Task