'Declaration Public Function BeginSetReportHistoryOptions( _ ByVal BatchHeader As BatchHeader, _ ByVal Report As String, _ ByVal EnableManualSnapshotCreation As Boolean, _ ByVal KeepExecutionSnapshots As Boolean, _ ByVal Item As ScheduleDefinitionOrReference, _ ByVal callback As AsyncCallback, _ ByVal asyncState As Object _ ) As IAsyncResult
public IAsyncResult BeginSetReportHistoryOptions( BatchHeader BatchHeader, string Report, bool EnableManualSnapshotCreation, bool KeepExecutionSnapshots, ScheduleDefinitionOrReference Item, AsyncCallback callback, object asyncState )
Parameters
- BatchHeader
- Report
- EnableManualSnapshotCreation
- KeepExecutionSnapshots
- Item
- callback
- asyncState