IJobMain Members

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

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

Public Methods

  Name Description
Start Implemented by the job implementor (JobCoordinator side) JobEngine transfers control by calling Start, where the code creates instance of the Job class and add job steps. Also this lets users create their own implementation of the IPartitionSet and IPartition and pass to the JobEngine. Then the user code on the worker side can typecast to the correct type and get a much richer partitionset/partition class, with functionality required for a particular job.

Top

See Also

Reference

IJobMain Interface
Microsoft.Webstore.JobEngine Namespace