ContainerParentJob.StartJobAsync Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Starts all child jobs asynchronously. When all child jobs are started, StartJobCompleted event is raised.
public:
override void StartJobAsync();
public:
override void StartJobAsync();
override void StartJobAsync();
public override void StartJobAsync ();
override this.StartJobAsync : unit -> unit
Public Overrides Sub StartJobAsync ()