Summary
Stops the orchestration.
- Assembly
- NAnt
.Contrib .dll - Namespace
- NAnt
.Contrib .Tasks .BizTalk - Interfaces
- Base Types
graph BT
Type-->Base0["Orchestration.OrchestrationActionBase"]
click Base0 "/api/NAnt.Contrib.Tasks.BizTalk/OrchestrationActionBase"
Base0-->Base1["Element"]
Type-.->Interface0["Orchestration.IOrchestrationAction"]
click Interface0 "/api/NAnt.Contrib.Tasks.BizTalk/IOrchestrationAction"
Type["Orchestration.StopOrchestrationAction"]
class Type type-node
Syntax
public class Orchestration.StopOrchestrationAction : Orchestration.OrchestrationActionBase,
Orchestration.IOrchestrationAction
Remarks
If the status of the 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.
Properties
Name | Value | Summary |
---|---|---|
Auto |
bool |
Specifies whether receive locations associated with this
orchestration should be automatically disabled. The default
is
false .
|
Auto |
bool |
Specifies whether instances of this orchestration should be
automatically suspended. The default is
true .
|
Methods
Name | Value | Summary |
---|---|---|
Enlist |
void |
Inherited from Orchestration
|
GetName |
string |
Inherited from Orchestration
|
GetStatus |
ServiceStatus |
Inherited from Orchestration
|
Invoke |
void |
Stops the orchestration.
|
Log |
void |
Logs a message with the given priority.
Inherited from Orchestration
|
Log |
void |
Logs a message with the given priority.
Inherited from Orchestration
|