PartitionReceiver.SetReceiveHandler(IPartitionReceiveHandler, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Sets the IPartitionReceiveHandler to process events.
public void SetReceiveHandler (Microsoft.Azure.EventHubs.IPartitionReceiveHandler receiveHandler, bool invokeWhenNoEvents = false);
member this.SetReceiveHandler : Microsoft.Azure.EventHubs.IPartitionReceiveHandler * bool -> unit
Public Sub SetReceiveHandler (receiveHandler As IPartitionReceiveHandler, Optional invokeWhenNoEvents As Boolean = false)
Parameters
- receiveHandler
- IPartitionReceiveHandler
The IPartitionReceiveHandler used to process events.
- invokeWhenNoEvents
- Boolean
Flag to indicate whether the handler should be invoked when the receive call times out.
Applies to
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET