ReportingService2010.BeginSetItemHistoryLimit 方法

定義

public:
 IAsyncResult ^ BeginSetItemHistoryLimit(System::String ^ ItemPath, bool UseSystem, int HistoryLimit, AsyncCallback ^ callback, System::Object ^ asyncState);
public IAsyncResult BeginSetItemHistoryLimit (string ItemPath, bool UseSystem, int HistoryLimit, AsyncCallback callback, object asyncState);
Public Function BeginSetItemHistoryLimit (ItemPath As String, UseSystem As Boolean, HistoryLimit As Integer, callback As AsyncCallback, asyncState As Object) As IAsyncResult

參數

ItemPath
String
UseSystem
Boolean
HistoryLimit
Int32
callback
AsyncCallback
asyncState
Object

傳回

IAsyncResult

適用於