ReportingService2010.DeleteItemAsync 方法

定义

重载

DeleteItemAsync(String)
DeleteItemAsync(String, Object)

DeleteItemAsync(String)

public:
 void DeleteItemAsync(System::String ^ ItemPath);
public void DeleteItemAsync (string ItemPath);
Public Sub DeleteItemAsync (ItemPath As String)

参数

ItemPath
String

适用于

DeleteItemAsync(String, Object)

public:
 void DeleteItemAsync(System::String ^ ItemPath, System::Object ^ userState);
public void DeleteItemAsync (string ItemPath, object userState);
Public Sub DeleteItemAsync (ItemPath As String, userState As Object)

参数

ItemPath
String
userState
Object

适用于