Summary
Starts 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.StartOrchestrationAction"]
class Type type-node
Syntax
public class Orchestration.StartOrchestrationAction : Orchestration.OrchestrationActionBase,
Orchestration.IOrchestrationAction
Remarks
If the orchestration is not yet enlisted, then this will be done
first.
Properties
Name | Value | Summary |
---|---|---|
Auto |
bool |
Specifies whether receive locations associated with this
orchestration should be automatically enabled. The default is
false .
|
Auto |
bool |
Specifies whether service instances of this orchestration that
were manually suspended previously should be automatically
resumed. The default is
true .
|
AutoStartSendPorts | bool |
Specifies whether send ports and send port groups imported by
this orchestration should be automatically started. 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 | |
Log |
void |
Logs a message with the given priority.
Inherited from Orchestration
|
Log |
void |
Logs a message with the given priority.
Inherited from Orchestration
|