ReportingService2010.CreateItemHistorySnapshotAsync 方法

定义

重载

CreateItemHistorySnapshotAsync(String)
CreateItemHistorySnapshotAsync(String, Object)

CreateItemHistorySnapshotAsync(String)

public:
 void CreateItemHistorySnapshotAsync(System::String ^ ItemPath);
public void CreateItemHistorySnapshotAsync (string ItemPath);
Public Sub CreateItemHistorySnapshotAsync (ItemPath As String)

参数

ItemPath
String

适用于

CreateItemHistorySnapshotAsync(String, Object)

public:
 void CreateItemHistorySnapshotAsync(System::String ^ ItemPath, System::Object ^ userState);
public void CreateItemHistorySnapshotAsync (string ItemPath, object userState);
Public Sub CreateItemHistorySnapshotAsync (ItemPath As String, userState As Object)

参数

ItemPath
String
userState
Object

适用于