Broker 10.15 | webMethods Broker Documentation | webMethods Broker Client C API Programmer's Guide | API Reference | awSet | awSetDescriptorConnectionShare
 
awSetDescriptorConnectionShare
BrokerError awSetDescriptorConnectionShare(
BrokerConnectionDescriptor desc,
BrokerBoolean shared);
desc
The connection descriptor to be set.
shared
Determines whether or not this connection to the Broker can be shared by more than client. If set to 0 (false), the connection may not be shared. Any other non-zero value means the connection may be shared.
Sets connection share attribute for the descriptor desc to the value of shared.
Possible BrokerError major codes
Meaning
AW_ERROR_INVALID_DESCRIPTOR
The descriptor desc is not valid.
See also: