Share via


ReportingService2010.BeginDeleteItem(String, AsyncCallback, Object) 方法

定义

public:
 IAsyncResult ^ BeginDeleteItem(System::String ^ ItemPath, AsyncCallback ^ callback, System::Object ^ asyncState);
public IAsyncResult BeginDeleteItem (string ItemPath, AsyncCallback callback, object asyncState);
member this.BeginDeleteItem : string * AsyncCallback * obj -> IAsyncResult
Public Function BeginDeleteItem (ItemPath As String, callback As AsyncCallback, asyncState As Object) As IAsyncResult

参数

ItemPath
String
callback
AsyncCallback
asyncState
Object

返回

适用于