C# 클래스 EventHubListenerLib.EventHubListenerOptions

describes how an Event Hub Listener will operate.
파일 보기 프로젝트 열기: khenidak/service-fabric-eventhub-listener 1 사용 예제들

공개 메소드들

메소드 설명
EventHubListenerOptions ( string currentPartitionId ) : EventHubListenerLib.Common
EventHubListenerOptions ( string currentPartitionId, Uri serviceName, FabricClient fabricClient = null ) : EventHubListenerLib.Common
StartWithEventsNewerThan ( System.DateTime startUTCDateTime ) : EventHubListenerOptions
StartWithOffset ( string offSet, bool IsInclusive ) : EventHubListenerOptions
UseEpoch ( long epoch ) : EventHubListenerOptions

비공개 메소드들

메소드 설명
DistributeOverServicePartitions ( string orderEventHubPartition ) : string[]
PrepareAsync ( ) : System.Threading.Tasks.Task
ResolveAssignedEventHubPartitions ( string EventHubPartitionsIds ) : string[]
SetServicePartitionListAsync ( ) : System.Threading.Tasks.Task

메소드 상세

EventHubListenerOptions() 공개 메소드

public EventHubListenerOptions ( string currentPartitionId ) : EventHubListenerLib.Common
currentPartitionId string
리턴 EventHubListenerLib.Common

EventHubListenerOptions() 공개 메소드

public EventHubListenerOptions ( string currentPartitionId, Uri serviceName, FabricClient fabricClient = null ) : EventHubListenerLib.Common
currentPartitionId string
serviceName System.Uri
fabricClient FabricClient
리턴 EventHubListenerLib.Common

StartWithEventsNewerThan() 공개 메소드

public StartWithEventsNewerThan ( System.DateTime startUTCDateTime ) : EventHubListenerOptions
startUTCDateTime System.DateTime
리턴 EventHubListenerOptions

StartWithOffset() 공개 메소드

public StartWithOffset ( string offSet, bool IsInclusive ) : EventHubListenerOptions
offSet string
IsInclusive bool
리턴 EventHubListenerOptions

UseEpoch() 공개 메소드

public UseEpoch ( long epoch ) : EventHubListenerOptions
epoch long
리턴 EventHubListenerOptions