共用方式為


IEventHubReceiver 介面

定義

EventhubReceiver 類別的抽象概念,用來在 EventhubAdapterReceiver 中設定 EventHubReceiver 類別,也用來在 EventHubAdapterReceiver 中設定 EHGeneratorReceiver 以進行測試

public interface IEventHubReceiver
type IEventHubReceiver = interface
Public Interface IEventHubReceiver
衍生

方法

CloseAsync()

傳送清除訊息

ReceiveAsync(Int32, TimeSpan)

將非同步訊息傳送至要求更多訊息的分割區

適用於