MessageQuerySet.GetMessageQueryTable Method

Definition

Gets the message query table associated with the current MessageQuerySet instance.

public:
 System::ServiceModel::Dispatcher::MessageQueryTable<System::String ^> ^ GetMessageQueryTable();
public System.ServiceModel.Dispatcher.MessageQueryTable<string> GetMessageQueryTable ();
member this.GetMessageQueryTable : unit -> System.ServiceModel.Dispatcher.MessageQueryTable<string>
Public Function GetMessageQueryTable () As MessageQueryTable(Of String)

Returns

The message query table.

Applies to