Share via


Task Members

Include Protected Members
Include Inherited Members

The Task type exposes the following members.

Properties

  Name Description
Public property CommandOrigin (Inherited from InternalCommand.)
Public property CommandRuntime (Inherited from Cmdlet.)
Protected property ConfirmationMessage
Protected property CurrentOrganizationId
Public property CurrentPSTransaction (Inherited from Cmdlet.)
Public property Events (Inherited from PSCmdlet.)
Protected property Fields
Protected property HasErrors
Public property Host (Inherited from PSCmdlet.)
Public property InvokeCommand (Inherited from PSCmdlet.)
Public property InvokeProvider (Inherited from PSCmdlet.)
Protected property IsProvisioningLayerAvailable
Public property JobRepository (Inherited from PSCmdlet.)
Public property MyInvocation (Inherited from PSCmdlet.)
Public property ParameterSetName (Inherited from PSCmdlet.)
Protected property ProcessId
Protected property ProvisioningHandlers
Public property SessionState (Inherited from PSCmdlet.)
Public property Stopping (Inherited from Cmdlet.)
Protected property UserSpecifiedParameters

Top

Methods

  Name Description
Protected method BeginProcessing (Overrides CmdletBeginProcessing().)
Protected method CanBypassRBACScope
Protected method CheckOverBudget
Public method CurrentProviderLocation (Inherited from PSCmdlet.)
Protected method DisableThrottling
Public method Dispose()
Protected method Dispose(Boolean)
Protected method EndBudgetProcess
Protected method EndProcessing (Overrides CmdletEndProcessing().)
Public method Equals (Inherited from Object.)
Protected method Finalize (Overrides Object.Finalize().)
Protected method FormatMultiValuedProperty
Protected method GetCmdletErrorEventTuple
Protected method GetCmdletSuccessEventTuple
Public method GetErrorExecutionContext
Public method GetHashCode (Inherited from Object.)
Public method GetResolvedProviderPathFromPSPath (Inherited from PSCmdlet.)
Public method GetResourceString (Inherited from Cmdlet.)
Public method GetType (Inherited from Object.)
Public method GetUnresolvedProviderPathFromPSPath (Inherited from PSCmdlet.)
Public method GetVariableValue(String) (Inherited from PSCmdlet.)
Public method GetVariableValue(String, Object) (Inherited from PSCmdlet.)
Protected method InternalBeginProcessing
Protected method InternalEndProcessing
Protected method InternalProcessRecord
Protected method InternalProvisioningValidation
Protected method InternalStateReset
Protected method InternalStopProcessing
Protected method InternalValidate
Public method Invoke (Inherited from Cmdlet.)
Protected method IsKnownException
Protected method LogEvent
Protected method LogPeriodicEvent
Protected method MemberwiseClone (Inherited from Object.)
Protected method PostInternalValidate
Protected method ProcessRecord (Overrides CmdletProcessRecord().)
Protected method ResetErrors
Public method ShouldContinue(String, String) (Inherited from Cmdlet.)
Public method ShouldContinue(String, String, Boolean, Boolean) (Inherited from Cmdlet.)
Protected method ShouldContinue(LocalizedString)
Public method ShouldProcess(String, String) (Inherited from Cmdlet.)
Public method ShouldProcess(String, String, String, ShouldProcessReason) (Inherited from Cmdlet.)
Protected method ShouldProcess(LocalizedString)
Protected method ShouldProcess(String, String, String)
Protected method ShouldProcess(String) Obsolete.
Protected method StartBudgetProcess
Protected method StopProcessing (Overrides CmdletStopProcessing().)
Protected method ThrowNonLocalizedTerminatingError
Protected method ThrowTerminatingError(LocalizedException, ExchangeErrorCategory, Object)
Protected method ThrowTerminatingError(Exception, ErrorCategory, Object)
Protected method ThrowTerminatingError(ErrorRecord) Obsolete.
Public method ToString (Inherited from Object.)
Public method TransactionAvailable (Inherited from Cmdlet.)
Protected method TranslateException
Protected method TryGetVariableValue<T>
Public method WriteCommandDetail (Inherited from Cmdlet.)
Public method WriteDebug(String) (Inherited from Cmdlet.)
Protected method WriteDebug(LocalizedString)
Protected method WriteError(LocalizedException, ExchangeErrorCategory, Object, Boolean)
Protected method WriteError(Exception, ErrorCategory, Object, Boolean, String)
Protected method WriteError(ErrorRecord) Obsolete.
Protected method WriteNonLocalizedError
Public method WriteObject(Object) (Inherited from Cmdlet.)
Public method WriteObject(Object, Boolean) (Inherited from Cmdlet.)
Public method WriteProgress(ProgressRecord) (Inherited from Cmdlet.)
Protected method WriteProgress(LocalizedString, LocalizedString, Int32)
Protected method WriteVerbose Obsolete.
Public method WriteWarning(String) (Inherited from Cmdlet.)
Protected method WriteWarning(LocalizedString)
Protected method WriteWarning(LocalizedString, String)

Top