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

適用於