ScheduledJobOptionCmdletBase.BeginProcessing Method

Begins processing of the specified options.

Namespace: Microsoft.PowerShell.ScheduledJob
Assembly: Microsoft.PowerShell.ScheduledJob (in Microsoft.PowerShell.ScheduledJob.dll)

Usage

'Usage

Me.BeginProcessing

Syntax

'Declaration
Protected Overrides Sub BeginProcessing
protected override void BeginProcessing ()
protected:
virtual void BeginProcessing () override
protected void BeginProcessing ()
protected override function BeginProcessing ()

Remarks

This method verifies that the idle timeout and idle duration values are valid, if those options were specified.

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.

Platforms

Target Platforms

See Also

Reference

ScheduledJobOptionCmdletBase Class
ScheduledJobOptionCmdletBase Members
Microsoft.PowerShell.ScheduledJob Namespace