Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.1 (Français) » QAnywhere » QAnywhere Reference » QAnywhere .NET API reference » QAnywhere .NET API for clients (.NET 2.0) » MessageProperties class

 

ADAPTERS field

This property name refers to a delimited list of network adapters that can be used to connect to the QAnywhere server.

Syntax
Visual Basic
Public Shared ADAPTERS As String
C#
public const string  ADAPTERS;
Remarks

It is used for system queue messages.

You can pass MessageProperties.ADAPTERS in the QAMessage.GetStringProperty method to access the associated property.

For more information, see Pre-defined client message store properties.

See also