Class StopPlanCmdlet
Stops plan processing on remote server
Implements the System.Management.Automation.Cmdlet
Implements the PlanCmdlet
Implements the System.Management.Automation.Cmdlet
Implements the PlanCmdlet
Inheritance
System.Object
System.Management.Automation.Internal.InternalCommand
System.Management.Automation.Cmdlet
System.Management.Automation.PSCmdlet
StopPlanCmdlet
Inherited Members
System.Management.Automation.PSCmdlet.CurrentProviderLocation(System.String)
System.Management.Automation.PSCmdlet.GetUnresolvedProviderPathFromPSPath(System.String)
System.Management.Automation.PSCmdlet.GetResolvedProviderPathFromPSPath(System.String, System.Management.Automation.ProviderInfo)
System.Management.Automation.PSCmdlet.GetVariableValue(System.String)
System.Management.Automation.PSCmdlet.GetVariableValue(System.String, System.Object)
System.Management.Automation.PSCmdlet.ParameterSetName
System.Management.Automation.PSCmdlet.MyInvocation
System.Management.Automation.PSCmdlet.InvokeCommand
System.Management.Automation.PSCmdlet.Host
System.Management.Automation.PSCmdlet.SessionState
System.Management.Automation.PSCmdlet.Events
System.Management.Automation.PSCmdlet.JobRepository
System.Management.Automation.PSCmdlet.InvokeProvider
System.Management.Automation.Cmdlet.GetResourceString(System.String, System.String)
System.Management.Automation.Cmdlet.WriteError(System.Management.Automation.ErrorRecord)
System.Management.Automation.Cmdlet.WriteObject(System.Object)
System.Management.Automation.Cmdlet.WriteObject(System.Object, System.Boolean)
System.Management.Automation.Cmdlet.WriteVerbose(System.String)
System.Management.Automation.Cmdlet.WriteWarning(System.String)
System.Management.Automation.Cmdlet.WriteCommandDetail(System.String)
System.Management.Automation.Cmdlet.WriteProgress(System.Management.Automation.ProgressRecord)
System.Management.Automation.Cmdlet.WriteDebug(System.String)
System.Management.Automation.Cmdlet.ShouldProcess(System.String)
System.Management.Automation.Cmdlet.ShouldProcess(System.String, System.String)
System.Management.Automation.Cmdlet.ShouldProcess(System.String, System.String, System.String)
System.Management.Automation.Cmdlet.ShouldProcess(System.String, System.String, System.String, System.Management.Automation.ShouldProcessReason)
System.Management.Automation.Cmdlet.ShouldContinue(System.String, System.String)
System.Management.Automation.Cmdlet.ShouldContinue(System.String, System.String, System.Boolean, System.Boolean)
System.Management.Automation.Cmdlet.Invoke()
System.Management.Automation.Cmdlet.Invoke<T>()
System.Management.Automation.Cmdlet.TransactionAvailable()
System.Management.Automation.Cmdlet.ThrowTerminatingError(System.Management.Automation.ErrorRecord)
System.Management.Automation.Cmdlet.BeginProcessing()
System.Management.Automation.Cmdlet.EndProcessing()
System.Management.Automation.Cmdlet.StopProcessing()
System.Management.Automation.Cmdlet.Stopping
System.Management.Automation.Cmdlet.CommandRuntime
System.Management.Automation.Cmdlet.CurrentPSTransaction
System.Management.Automation.Internal.InternalCommand.CommandOrigin
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: TMCmdLet
Assembly: TM.dll
Syntax
[Cmdlet("Stop", "Plan")]
[OutputType(new Type[]{typeof(bool)})]
public class StopPlanCmdlet : PlanCmdlet
Methods
| Improve this Doc View SourceProcessRecord()
Process record implementation
Declaration
protected override void ProcessRecord()
Overrides
See Also
System.Management.Automation.Cmdlet