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

Inheritance: ICommunicationListener
显示文件 Open project: Rurouni/MassiveOnlineUniversalServerEngine

Public Methods

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

Method Details

Abort() public method

public Abort ( ) : void
return void

CloseAsync() public method

public CloseAsync ( CancellationToken cancellationToken ) : Task
cancellationToken System.Threading.CancellationToken
return Task

OpenAsync() public method

public OpenAsync ( CancellationToken cancellationToken ) : Task
cancellationToken System.Threading.CancellationToken
return Task

ServiceFabricCommunicationListenerAdapter() public method

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