IJobStep Members

[This is internal Microsoft documentation - Do not distribute.]

One step of a job - executed sequentially

The following tables list the members exposed by the IJobStep type.

Public Properties

  Name Description
AcceptAdd Does this job step accept adding of new partitionset
Alive Heartbeat

Top

Public Methods

  Name Description
Add Add partitionSet
Finish Job step finish. Called by the JobEngine on the worker. This gives the worker the opportunity to stop the Heart beat thread and do other cleanup.
Init For a job worker, called by the JobAgent. This is called by the agent prior to calling the Run function for the worker. This gives worker a chance to setup heartbeating thread, and to do other initialization activites that might be needed
Run For a job worker, called by the JobAgent. This is the function where the worker writes to job code.

Top

See Also

Reference

IJobStep Interface
Microsoft.Webstore.JobEngine Namespace