Share via


Task Class

Inheritance Hierarchy

System.Object
  InternalCommand
    Cmdlet
      PSCmdlet
        Microsoft.Exchange.Configuration.Tasks.Task
          Microsoft.Exchange.Configuration.Tasks.DataAccessTask<TDataObject>

Namespace:  Microsoft.Exchange.Configuration.Tasks
Assembly:  Microsoft.Exchange.Configuration.ObjectModel (in Microsoft.Exchange.Configuration.ObjectModel.dll)

Syntax

'Declaration
Public MustInherit Class Task _
    Inherits PSCmdlet _
    Implements IDisposable
'Usage
Dim instance As Task
public abstract class Task : PSCmdlet, 
    IDisposable

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.