Share via


ReportingService2010.DeleteItemAsync Method

Definition

Overloads

DeleteItemAsync(String)
DeleteItemAsync(String, Object)

DeleteItemAsync(String)

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

Parameters

ItemPath
String

Applies to

DeleteItemAsync(String, Object)

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

Parameters

ItemPath
String
userState
Object

Applies to