C# Class MassTransit.Transports.BaseHostHandle

Inheritance: HostHandle
Datei anzeigen Open project: MassTransit/MassTransit

Public Methods

Method Description
Stop ( CancellationToken cancellationToken ) : Task

Protected Methods

Method Description
BaseHostHandle ( IHost host, HostReceiveEndpointHandle handles ) : System.Collections.Generic

Private Methods

Method Description
ReadyOrNot ( IEnumerable endpoints ) : Task

Method Details

BaseHostHandle() protected method

protected BaseHostHandle ( IHost host, HostReceiveEndpointHandle handles ) : System.Collections.Generic
host IHost
handles HostReceiveEndpointHandle
return System.Collections.Generic

Stop() public method

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