Skip to main content
Version: 3.x

BatchingExtensions.GetMessagesBatch method

Gets the accumulated IMessageContext grouped by batching middleware

public static IReadOnlyCollection<IMessageContext> GetMessagesBatch(this IMessageContext context)
parameterdescription
contextThe message context

Return Value

All the contexts in the batch

See Also