DataAccessTask<TDataObject> Constructor (Boolean)
Namespace: Microsoft.Exchange.Configuration.Tasks
Assembly: Microsoft.Exchange.Configuration.ObjectModel (in Microsoft.Exchange.Configuration.ObjectModel.dll)
Syntax
'Declaration
Protected Sub New ( _
autoReportProgress As Boolean _
)
'Usage
Dim autoReportProgress As Boolean
Dim instance As New DataAccessTask(autoReportProgress)
protected DataAccessTask(
bool autoReportProgress
)
Parameters
- autoReportProgress
Type: System.Boolean