Task.WriteProgress method (LocalizedString, LocalizedString, Int32)
Namespace: Microsoft.Exchange.Configuration.Tasks
Assembly: Microsoft.Exchange.Configuration.ObjectModel (in Microsoft.Exchange.Configuration.ObjectModel.dll)
Syntax
'Declaration
Protected Sub WriteProgress ( _
activity As LocalizedString, _
statusDescription As LocalizedString, _
percentCompleted As Integer _
)
'Usage
Dim activity As LocalizedString
Dim statusDescription As LocalizedString
Dim percentCompleted As Integer
Me.WriteProgress(activity, statusDescription, _
percentCompleted)
protected void WriteProgress(
LocalizedString activity,
LocalizedString statusDescription,
int percentCompleted
)
Parameters
- activity
Type: Microsoft.Exchange.Data.Common.LocalizedString
- statusDescription
Type: Microsoft.Exchange.Data.Common.LocalizedString
- percentCompleted
Type: System.Int32