ReportingService2010.DeleteItemAsync Método

Definição

Sobrecargas

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)

Parâmetros

ItemPath
String

Aplica-se a

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)

Parâmetros

ItemPath
String
userState
Object

Aplica-se a