Table of Contents

Class TrueFilter

Namespace
Microsoft.Azure.ServiceBus
Assembly
Microsoft.Azure.ServiceBus.dll

Matches all the messages arriving to be selected for the subscription.

public sealed class TrueFilter : SqlFilter
Inheritance
TrueFilter
Inherited Members

Constructors

TrueFilter()

Initializes a new instance of the TrueFilter class.

public TrueFilter()

Methods

ToString()

Converts the value of the current instance to its equivalent string representation.

public override string ToString()

Returns

string

A string representation of the current instance.