다음을 통해 공유


ReportingService2010.UpdateItemExecutionSnapshotAsync 메서드

정의

오버로드

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)

매개 변수

ItemPath
String

적용 대상

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)

매개 변수

ItemPath
String
userState
Object

적용 대상