ReportingService2010.DeleteItemAsync Método
Definición
Importante
Parte de la información hace referencia a la versión preliminar del producto, que puede haberse modificado sustancialmente antes de lanzar la versión definitiva. Microsoft no otorga ninguna garantía, explícita o implícita, con respecto a la información proporcionada aquí.
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
Se aplica 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