C# Class Microsoft.AzureCat.Samples.EventProcessorHostService.EventProcessorHostListener

Inheritance: ICommunicationListener
Mostrar archivo Open project: paolosalvatori/servicefabriceventhubdemo

Public Methods

Method Description
Abort ( ) : void
CloseAsync ( CancellationToken cancellationToken ) : Task
EventProcessorHostListener ( StatelessServiceContext context ) : System
OpenAsync ( CancellationToken cancellationToken ) : Task

Private Methods

Method Description
EventProcessorOptions_ExceptionReceived ( object sender, ExceptionReceivedEventArgs e ) : void
StartEventProcessorAsync ( ) : Task

Method Details

Abort() public method

public Abort ( ) : void
return void

CloseAsync() public method

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

EventProcessorHostListener() public method

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

OpenAsync() public method

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