This topic has not yet been rated - Rate this topic

ScheduledJobSourceAdapter Class

Provides functionality for retrieving results of scheduled job runs from the scheduled job store. This class cannot be inherited. This SDK programming element is introduced in Windows PowerShell 3.0.


Namespace: Microsoft.PowerShell.ScheduledJob
Assembly: Microsoft.PowerShell.ScheduledJob (in Microsoft.PowerShell.ScheduledJob.dll)
'Usage
Dim instance As ScheduledJobSourceAdapter

public sealed class ScheduledJobSourceAdapter : JobSourceAdapter
public final class ScheduledJobSourceAdapter extends JobSourceAdapter
public final class ScheduledJobSourceAdapter extends JobSourceAdapter

An instance of this object is registered with the PowerShell job manager so that GetJobs commands will retrieve schedule job runs from the file-based scheduled job store. This allows scheduled job runs to be managed from PowerShell in the same way workflow jobs are managed.


System.Object
   System.Management.Automation.JobSourceAdapter
     Microsoft.PowerShell.ScheduledJob.ScheduledJobSourceAdapter
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

 

Target Platforms

Windows Developer Preview, Windows Server Developer Preview

Send comments about this topic to Microsoft.
© 2013 Microsoft. All rights reserved.