DsmlSoapHttpConnection.BeginSendRequest 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将指定的 DsmlRequestDocument 对象异步发送到服务器。
public:
IAsyncResult ^ BeginSendRequest(System::DirectoryServices::Protocols::DsmlRequestDocument ^ request, AsyncCallback ^ callback, System::Object ^ state);
public IAsyncResult BeginSendRequest (System.DirectoryServices.Protocols.DsmlRequestDocument request, AsyncCallback callback, object state);
member this.BeginSendRequest : System.DirectoryServices.Protocols.DsmlRequestDocument * AsyncCallback * obj -> IAsyncResult
Public Function BeginSendRequest (request As DsmlRequestDocument, callback As AsyncCallback, state As Object) As IAsyncResult
参数
- request
- DsmlRequestDocument
要发送的 DsmlRequestDocument 对象。
- callback
- AsyncCallback
AsyncCallback 函数。
- state
- Object
此请求的状态数据。
返回
从 IAsyncResult 派生的对象,该对象引用异步发送。
例外
request
为 null(在 Visual Basic 中为 Nothing
)。