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

SQL Anywhere 11.0.1 » QAnywhere » QAnywhere Reference » QAnywhere .NET API reference » QAnywhere .NET API for web services (.NET 2.0) » WSBase class

 

SetQAManager method

Sets the QAManagerBase that is used by this web service client to do web service requests.

Syntax
Visual Basic
Public Sub SetQAManager( _
   ByVal mgr As QAManagerBase _
)
C#
public void SetQAManager(
   QAManagerBase mgr
);
Parameters
  • mgr   The QAManagerBase to use.

Remarks

If you use an EXPLICIT_ACKNOWLEDGEMENT QAManager, you can acknowledge the result of an asynchronous web service request by calling the acknowledge() method of WSResult. The result of a synchronous web service request is automatically acknowledged, even in the case of an EXPLICIT_ACKNOWLEDGEMENT QAManager. If you use an IMPLICIT_ACKNOWLEDGEMENT QAManager, the result of any web service request is acknowledged automatically.