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
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.
Azure SDK for .NET