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

Inheritance: ICommunicationListener
Afficher le fichier Open project: paolosalvatori/servicefabriceventhubdemo

Méthodes publiques

Méthode Description
Abort ( ) : void
CloseAsync ( CancellationToken cancellationToken ) : Task
EventProcessorHostListener ( StatelessServiceContext context ) : System
OpenAsync ( CancellationToken cancellationToken ) : Task

Private Methods

Méthode Description
EventProcessorOptions_ExceptionReceived ( object sender, ExceptionReceivedEventArgs e ) : void
StartEventProcessorAsync ( ) : Task

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

EventProcessorHostListener() public méthode

public EventProcessorHostListener ( StatelessServiceContext context ) : System
context StatelessServiceContext
Résultat System

OpenAsync() public méthode

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