Share via


ReportingService2010.DeleteItemHistorySnapshotAsync Method

Definition

Overloads

DeleteItemHistorySnapshotAsync(String, String)
DeleteItemHistorySnapshotAsync(String, String, Object)

DeleteItemHistorySnapshotAsync(String, String)

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

Parameters

ItemPath
String
HistoryID
String

Applies to

DeleteItemHistorySnapshotAsync(String, String, Object)

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

Parameters

ItemPath
String
HistoryID
String
userState
Object

Applies to