C# Class SFActors.Gateway.GatewayService

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

Méthodes publiques

Méthode Description
GatewayService ( StatelessServiceContext context ) : System

Méthodes protégées

Méthode Description
CreateServiceInstanceListeners ( ) : IEnumerable
OnAbort ( ) : void
RunAsync ( CancellationToken cancellationToken ) : Task

Method Details

CreateServiceInstanceListeners() protected méthode

protected CreateServiceInstanceListeners ( ) : IEnumerable
Résultat IEnumerable

GatewayService() public méthode

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

OnAbort() protected méthode

protected OnAbort ( ) : void
Résultat void

RunAsync() protected méthode

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