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

适用于