Summary
Unenlists the orchestration by removing its activation subscription.
- 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.UnenlistOrchestrationAction"]
class Type type-node
Syntax
public class Orchestration.UnenlistOrchestrationAction : Orchestration.OrchestrationActionBase,
Orchestration.IOrchestrationAction
Properties
Name | Value | Summary |
---|---|---|
Auto |
bool |
Specifies whether instances of this orchestration type should
be automatically terminated. The default is
false .
|
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
|