C# Class MOUSE.Core.Azure.ServiceFabric.ServiceFabricCommunicationListenerAdapter

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

Méthodes publiques

Méthode Description
Abort ( ) : void
CloseAsync ( CancellationToken cancellationToken ) : Task
OpenAsync ( CancellationToken cancellationToken ) : Task
ServiceFabricCommunicationListenerAdapter ( INetNode netNode, string transportSchema = "net.tcp" ) : System.Fabric

Method Details

Abort() public méthode

public Abort ( ) : void
Résultat void

CloseAsync() public méthode

public CloseAsync ( CancellationToken cancellationToken ) : Task
cancellationToken System.Threading.CancellationToken
Résultat Task

OpenAsync() public méthode

public OpenAsync ( CancellationToken cancellationToken ) : Task
cancellationToken System.Threading.CancellationToken
Résultat Task

ServiceFabricCommunicationListenerAdapter() public méthode

public ServiceFabricCommunicationListenerAdapter ( INetNode netNode, string transportSchema = "net.tcp" ) : System.Fabric
netNode INetNode
transportSchema string
Résultat System.Fabric