Share via


ReportingService2010.UpdateItemExecutionSnapshotAsync Method

Definition

Overloads

UpdateItemExecutionSnapshotAsync(String)
UpdateItemExecutionSnapshotAsync(String, Object)

UpdateItemExecutionSnapshotAsync(String)

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

Parameters

ItemPath
String

Applies to

UpdateItemExecutionSnapshotAsync(String, Object)

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

Parameters

ItemPath
String
userState
Object

Applies to