Megosztás a következőn keresztül:


AmqpAnnotatedMessage.HasSection(AmqpMessageSection) Method

Definition

Determines whether the specified section is present for the AMQP message.

public bool HasSection (Azure.Core.Amqp.AmqpMessageSection section);
member this.HasSection : Azure.Core.Amqp.AmqpMessageSection -> bool
Public Function HasSection (section As AmqpMessageSection) As Boolean

Parameters

section
AmqpMessageSection

The section to consider.

Returns

true if the specified section is populated for the AMQP message; otherwise, false.

Applies to