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
Reason
Gets the reason the batch was flushed.
public required BatchFlushReason Reason { get; init; }