C# Class ActorChat.Services.RoomActorService.RoomActorService

Inheritance: StatefulService
Afficher le fichier Open project: Rurouni/MassiveOnlineUniversalServerEngine

Méthodes publiques

Méthode Description
RoomActorService ( StatefulServiceContext context ) : System

Méthodes protégées

Méthode Description
CreateServiceReplicaListeners ( ) : IEnumerable
RunAsync ( CancellationToken cancellationToken ) : Task

Method Details

CreateServiceReplicaListeners() protected méthode

protected CreateServiceReplicaListeners ( ) : IEnumerable
Résultat IEnumerable

RoomActorService() public méthode

public RoomActorService ( StatefulServiceContext context ) : System
context StatefulServiceContext
Résultat System

RunAsync() protected méthode

protected RunAsync ( CancellationToken cancellationToken ) : Task
cancellationToken System.Threading.CancellationToken
Résultat Task