ReportingService2010.CreateItemHistorySnapshotAsync Method

Definition

Overloads

CreateItemHistorySnapshotAsync(String)
CreateItemHistorySnapshotAsync(String, Object)

CreateItemHistorySnapshotAsync(String)

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

Parameters

ItemPath
String

Applies to

CreateItemHistorySnapshotAsync(String, Object)

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

Parameters

ItemPath
String
userState
Object

Applies to