Orchestration.StopOrchestrationAction.

Orchestration.

Invoke(ManagementObject) Method

Summary

Stops the orchestration.

Syntax

public override void Invoke(ManagementObject orchestration)

Remarks

If the status of orchestration is NAnt.Contrib.Types.BizTalk.ServiceStatus.Bound, NAnt.Contrib.Types.BizTalk.ServiceStatus.Unbound or NAnt.Contrib.Types.BizTalk.ServiceStatus.Stopped, then no further processing is done.

Parameters

Name Type Description
orchestration ManagementObject The orchestration to stop.

Return Value

Type Description
void