CorrelationRuleFilter Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
CorrelationRuleFilter() |
Initializes a new instance of the CorrelationRuleFilter class with default values. |
CorrelationRuleFilter(String) |
Initializes a new instance of the CorrelationRuleFilter class with the specified correlation identifier. |
CorrelationRuleFilter()
- Source:
- CorrelationRuleFilter.cs
- Source:
- CorrelationRuleFilter.cs
Initializes a new instance of the CorrelationRuleFilter class with default values.
public CorrelationRuleFilter ();
Public Sub New ()
Applies to
CorrelationRuleFilter(String)
- Source:
- CorrelationRuleFilter.cs
- Source:
- CorrelationRuleFilter.cs
Initializes a new instance of the CorrelationRuleFilter class with the specified correlation identifier.
public CorrelationRuleFilter (string correlationId);
new Azure.Messaging.ServiceBus.Administration.CorrelationRuleFilter : string -> Azure.Messaging.ServiceBus.Administration.CorrelationRuleFilter
Public Sub New (correlationId As String)
Parameters
- correlationId
- String
The identifier for the correlation.
Exceptions
Thrown when the correlationId
is null or empty.
Applies to
Azure SDK for .NET