Share via


ReportingService2010.GetItemHistoryOptionsAsync Method

Definition

Overloads

GetItemHistoryOptionsAsync(String)
GetItemHistoryOptionsAsync(String, Object)

GetItemHistoryOptionsAsync(String)

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

Parameters

ItemPath
String

Applies to

GetItemHistoryOptionsAsync(String, Object)

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

Parameters

ItemPath
String
userState
Object

Applies to