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
Met ons samenwerken op GitHub
De bron voor deze inhoud vindt u op GitHub, waar u ook problemen en pull-aanvragen kunt maken en controleren. Bekijk onze gids voor inzenders voor meer informatie.
Azure SDK for .NET