Share via


AmqpMessageBody.TryGetSequence(IEnumerable<IList<Object>>) Method

Definition

Try to get the sequence section for the AMQP message body.

public bool TryGetSequence (out System.Collections.Generic.IEnumerable<System.Collections.Generic.IList<object>>? sequence);
member this.TryGetSequence : seq -> bool
Public Function TryGetSequence (ByRef sequence As IEnumerable(Of IList(Of Object))) As Boolean

Parameters

sequence
IEnumerable<IList<Object>>

If the AmqpMessageBody instance is Sequence, this will be populated with the sequence sections for the message.

Returns

True if the AmqpMessageBody instance is Sequence.

Applies to