DsmlSoapHttpConnection.EndSendRequest(IAsyncResult) 方法

定义

完成异步发送请求。

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 包含此请求的状态数据的对象。

返回

请求的结果。

例外

asyncResultnull

请求未完成。 没有可用的流。

服务器返回的响应无效。

以前调用中止或处理请求时出错。

适用于