Developer's Guide
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
virtual P6R::P6ERR P6R::p6IKMIPClient::setAsynchronousIndicator ( P6BOOL  bAsynch)
pure virtual

This Boolean flag indicates whether the client is able to accept an asynchronous response.

The caller can set the asynchronous indicator during the initialize() call in the preferences parameter or use the default asynchronous setting. This function allows the caller to toggle the setting for individual calls or group of calls as desired.

Parameters
bAsycnh[ in ] If true the Asynchronous Indicator in a message is set to true, and false otherwise.
Returns
SuccessP6R::eOk 
FailureP6R::eNotInitializedA successful call to initialize() is required.