이 콘텐츠는 선택한 언어로 제공되지 않습니다.
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.