Table of Contents

Interface IBasicPublishBatch

Namespace
RabbitMQ.Client
Assembly
RabbitMQ.Client.dll
public interface IBasicPublishBatch
Extension Methods

Methods

Add(string, string, bool, IBasicProperties, byte[])

[Obsolete("Use Add(string exchange, string routingKey, bool mandatory, IBasicProperties properties, ReadOnlyMemory<byte> body) instead. Will be replaced in version 7.0", false)]
void Add(string exchange, string routingKey, bool mandatory, IBasicProperties properties, byte[] body)

Parameters

exchange string
routingKey string
mandatory bool
properties IBasicProperties
body byte[]

Publish()

void Publish()