Table of Contents

Class BatchFlushedEventArgs

Namespace
DotCompute.Abstractions.Messaging
Assembly
DotCompute.Abstractions.dll

Event arguments for batch flushed events.

public sealed class BatchFlushedEventArgs : EventArgs
Inheritance
BatchFlushedEventArgs
Inherited Members

Properties

Batch

Gets the batch that was flushed.

public required MessageBatch Batch { get; init; }

Property Value

MessageBatch

Reason

Gets the reason the batch was flushed.

public required BatchFlushReason Reason { get; init; }

Property Value

BatchFlushReason