AmqpAnnotatedMessage.HasSection(AmqpMessageSection) メソッド

定義

指定したセクションが AMQP メッセージに存在するかどうかを決定します。

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

パラメーター

section
AmqpMessageSection

考慮するセクション。

戻り値

true 指定した section が AMQP メッセージに設定されている場合は 。それ以外の場合 falseは 。

適用対象