C# Class SFActors.Gateway.GatewayService

Inheritance: StatelessService
Exibir arquivo Open project: Rurouni/MassiveOnlineUniversalServerEngine

Public Methods

Method Description
GatewayService ( StatelessServiceContext context ) : System

Protected Methods

Method Description
CreateServiceInstanceListeners ( ) : IEnumerable
OnAbort ( ) : void
RunAsync ( CancellationToken cancellationToken ) : Task

Method Details

CreateServiceInstanceListeners() protected method

protected CreateServiceInstanceListeners ( ) : IEnumerable
return IEnumerable

GatewayService() public method

public GatewayService ( StatelessServiceContext context ) : System
context StatelessServiceContext
return System

OnAbort() protected method

protected OnAbort ( ) : void
return void

RunAsync() protected method

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