Summary
Stops the orchestration.
- Assembly
- NAnt
.Contrib .dll - Namespace
- NAnt
.Contrib .Tasks .BizTalk - Containing Type
- Orchestration
. Stop Orchestration Action
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 |
