Broker 10.15 | webMethods Broker Documentation | webMethods Broker Client C API Programmer's Guide | API Reference | awGet | awGetDescriptorConnectionShare
 
awGetDescriptorConnectionShare
BrokerError awGetDescriptorConnectionShare(
BrokerConnectionDescriptor desc,
BrokerBoolean *shared);
desc
The Broker descriptor. This parameter is used for output.
shared
Indicates whether or not the specified connection to the Broker can be shared. This parameter is used for output.
Provides the value of the connection share attribute for the descriptor desc. If shared is 0 (false), then desc can only be used by one client.
Possible BrokerError major codes
Meaning
AW_ERROR_INVALID_DESCRIPTOR
The desc is invalid.
AW_ERROR_NULL_PARAM
The parameter shared is NULL.
See also: