Share via


ReportingService2010.ListItemHistoryAsync Method

Definition

Overloads

ListItemHistoryAsync(String)
ListItemHistoryAsync(String, Object)

ListItemHistoryAsync(String)

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

Parameters

ItemPath
String

Applies to

ListItemHistoryAsync(String, Object)

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

Parameters

ItemPath
String
userState
Object

Applies to