Condividi tramite


CorrelationFilter Constructors

Definition

Overloads

CorrelationFilter()

Initializes a new instance of the CorrelationFilter class.

CorrelationFilter(IDictionary<String,String>, String, String, String, String, String, String, String, String, Nullable<Boolean>)

Initializes a new instance of the CorrelationFilter class.

CorrelationFilter()

Initializes a new instance of the CorrelationFilter class.

public CorrelationFilter ();
Public Sub New ()

Applies to

CorrelationFilter(IDictionary<String,String>, String, String, String, String, String, String, String, String, Nullable<Boolean>)

Initializes a new instance of the CorrelationFilter class.

public CorrelationFilter (System.Collections.Generic.IDictionary<string,string> properties = default, string correlationId = default, string messageId = default, string to = default, string replyTo = default, string label = default, string sessionId = default, string replyToSessionId = default, string contentType = default, bool? requiresPreprocessing = default);
new Microsoft.Azure.Management.ServiceBus.Models.CorrelationFilter : System.Collections.Generic.IDictionary<string, string> * string * string * string * string * string * string * string * string * Nullable<bool> -> Microsoft.Azure.Management.ServiceBus.Models.CorrelationFilter
Public Sub New (Optional properties As IDictionary(Of String, String) = Nothing, Optional correlationId As String = Nothing, Optional messageId As String = Nothing, Optional to As String = Nothing, Optional replyTo As String = Nothing, Optional label As String = Nothing, Optional sessionId As String = Nothing, Optional replyToSessionId As String = Nothing, Optional contentType As String = Nothing, Optional requiresPreprocessing As Nullable(Of Boolean) = Nothing)

Parameters

properties
IDictionary<String,String>

dictionary object for custom filters

correlationId
String

Identifier of the correlation.

messageId
String

Identifier of the message.

to
String

Address to send to.

replyTo
String

Address of the queue to reply to.

label
String

Application specific label.

sessionId
String

Session identifier.

replyToSessionId
String

Session identifier to reply to.

contentType
String

Content type of the message.

requiresPreprocessing
Nullable<Boolean>

Value that indicates whether the rule action requires preprocessing.

Applies to