此内容没有您所选择的语言版本。
10.16.5. Asynchronous Invocations
The
BindingProvider
interface represents a component that provides a protocol binding for use by clients, it is implemented by proxies and is extended by the Dispatch
interface.
BindingProvider
instances may provide asynchronous operation capabilities. When used, asynchronous operation invocations are decoupled from the BindingProvider
instance at invocation time such that the response context is not updated when the operation completes. Instead a separate response context is made available using the Response
interface.