IPartitionReceiveHandler Interface
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.
A handler interface for the receive operation. Use any implementation of this interface to specify user action when using SetReceiveHandler(IPartitionReceiveHandler, Boolean).
public interface IPartitionReceiveHandler
type IPartitionReceiveHandler = interface
Public Interface IPartitionReceiveHandler
Properties
MaxBatchSize |
Gets or sets the maximum batch size. |
Methods
ProcessErrorAsync(Exception) |
Implement in order to handle exceptions that are thrown during receipt of events. |
ProcessEventsAsync(IEnumerable<EventData>) |
Users should implement this method to specify the action to be performed on the received events. |
Applies to
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.
Azure SDK for .NET