ReportingService2006.DeleteItemAsync 方法

定义

重载

DeleteItemAsync(String)
DeleteItemAsync(String, Object)

DeleteItemAsync(String)

public:
 void DeleteItemAsync(System::String ^ Item);
public void DeleteItemAsync (string Item);
member this.DeleteItemAsync : string -> unit
Public Sub DeleteItemAsync (Item As String)

参数

Item
String

适用于

DeleteItemAsync(String, Object)

public:
 void DeleteItemAsync(System::String ^ Item, System::Object ^ userState);
public void DeleteItemAsync (string Item, object userState);
member this.DeleteItemAsync : string * obj -> unit
Public Sub DeleteItemAsync (Item As String, userState As Object)

参数

Item
String
userState
Object

适用于