HttpWebClientProtocol.CancelAsync(Object) 方法

定义

取消对 XML Web services 方法的异步调用,除非已完成该调用。

protected:
 void CancelAsync(System::Object ^ userState);
protected void CancelAsync (object userState);
member this.CancelAsync : obj -> unit
Protected Sub CancelAsync (userState As Object)

参数

userState
Object

在对 Begin 方法的异步调用的最后一个参数中提供的对象。

适用于