C# Class ActorChat.Services.EventHubRoomActorService.EventHubRoomActorService

An instance of this class is created for each service instance by the Service Fabric runtime.
Inheritance: StatelessService
Afficher le fichier Open project: Rurouni/MassiveOnlineUniversalServerEngine

Méthodes publiques

Méthode Description
EventHubRoomActorService ( StatelessServiceContext context ) : System

Méthodes protégées

Méthode Description
CreateServiceInstanceListeners ( ) : IEnumerable

Optional override to create listeners (e.g., TCP, HTTP) for this service replica to handle client or user requests.

RunAsync ( CancellationToken cancellationToken ) : Task

This is the main entry point for your service instance.

Method Details

CreateServiceInstanceListeners() protected méthode

Optional override to create listeners (e.g., TCP, HTTP) for this service replica to handle client or user requests.
protected CreateServiceInstanceListeners ( ) : IEnumerable
Résultat IEnumerable

EventHubRoomActorService() public méthode

public EventHubRoomActorService ( StatelessServiceContext context ) : System
context StatelessServiceContext
Résultat System

RunAsync() protected méthode

This is the main entry point for your service instance.
protected RunAsync ( CancellationToken cancellationToken ) : Task
cancellationToken System.Threading.CancellationToken Canceled when Service Fabric needs to shut down this service instance.
Résultat Task