Dim instance As SuspendServiceCommand
<CmdletAttribute("Suspend", "Service", DefaultParameterSetName:="Default", SupportsShouldProcess:=True)> _ <OutputTypeAttribute(System.Compiler.TypeNode[])> _ Public NotInheritable Class SuspendServiceCommand Inherits ServiceOperationBaseCommand
[CmdletAttribute("Suspend", "Service", DefaultParameterSetName="Default", SupportsShouldProcess=true)] [OutputTypeAttribute(System.Compiler.TypeNode[])] public sealed class SuspendServiceCommand : ServiceOperationBaseCommand
[CmdletAttribute(L"Suspend", L"Service", DefaultParameterSetName=L"Default", SupportsShouldProcess=true)] [OutputTypeAttribute(System.Compiler.TypeNode[])] public ref class SuspendServiceCommand sealed : public ServiceOperationBaseCommand
/** @attribute CmdletAttribute("Suspend", "Service", DefaultParameterSetName="Default", SupportsShouldProcess=true) */ /** @attribute OutputTypeAttribute(System.Compiler.TypeNode[]) */ public final class SuspendServiceCommand extends ServiceOperationBaseCommand
CmdletAttribute("Suspend", "Service", DefaultParameterSetName="Default", SupportsShouldProcess=true) OutputTypeAttribute(System.Compiler.TypeNode[]) public final class SuspendServiceCommand extends ServiceOperationBaseCommand
This cmdlet suspends (pauses) one or more running services. For more information about this cmdlet, see Suspend-Service in the Microsoft TechNet library.
For Help at the command line, type:
get-help suspend-service