DsmlSoapHttpConnection.EndSendRequest(IAsyncResult) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
完成异步发送请求。
public:
System::DirectoryServices::Protocols::DsmlResponseDocument ^ EndSendRequest(IAsyncResult ^ asyncResult);
public System.DirectoryServices.Protocols.DsmlResponseDocument EndSendRequest (IAsyncResult asyncResult);
member this.EndSendRequest : IAsyncResult -> System.DirectoryServices.Protocols.DsmlResponseDocument
Public Function EndSendRequest (asyncResult As IAsyncResult) As DsmlResponseDocument
参数
- asyncResult
- IAsyncResult
从 IAsyncResult 派生的包含此请求的状态数据的对象。
返回
请求的结果。
例外
asyncResult
为 null
。
当前实例没有从对 BeginSendRequest(DsmlRequestDocument, AsyncCallback, Object) 的调用返回 asyncResult
。
请求未完成。 无可用的流。
服务器返回的响应无效。
以前调用了中止或在处理请求时出错。