C# 클래스 EventHubListenerLib.EventHubListener

상속: ICommunicationListener
파일 보기 프로젝트 열기: khenidak/service-fabric-eventhub-listener

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
Abort ( ) : void
CloseAsync ( CancellationToken cancellationToken ) : Task
EventHubListener ( EventHubListenerOptions options ) : Microsoft.ServiceFabric.Services.Communication.Runtime
OpenAsync ( CancellationToken cancellationToken ) : Task
StartAsync ( ) : Task

When called Event Hub receivers will be created and connect to Event Hub to receive events.

메소드 상세

Abort() 공개 메소드

public Abort ( ) : void
리턴 void

CloseAsync() 공개 메소드

public CloseAsync ( CancellationToken cancellationToken ) : Task
cancellationToken System.Threading.CancellationToken
리턴 Task

EventHubListener() 공개 메소드

public EventHubListener ( EventHubListenerOptions options ) : Microsoft.ServiceFabric.Services.Communication.Runtime
options EventHubListenerOptions
리턴 Microsoft.ServiceFabric.Services.Communication.Runtime

OpenAsync() 공개 메소드

public OpenAsync ( CancellationToken cancellationToken ) : Task
cancellationToken System.Threading.CancellationToken
리턴 Task

StartAsync() 공개 메소드

When called Event Hub receivers will be created and connect to Event Hub to receive events.
public StartAsync ( ) : Task
리턴 Task