- Assembly
- NAnt
.Contrib .dll - Namespace
- NAnt
.Contrib .Tasks .BizTalk - Interfaces
- Base Types
-
- Element
- Derived Types
graph BT
Type-->Base0["Element"]
Type-.->Interface0["Orchestration.IOrchestrationAction"]
click Interface0 "/api/NAnt.Contrib.Tasks.BizTalk/IOrchestrationAction"
Type["Orchestration.OrchestrationActionBase"]
class Type type-node
Derived0["Orchestration.StopOrchestrationAction"]-->Type
click Derived0 "/api/NAnt.Contrib.Tasks.BizTalk/StopOrchestrationAction"
Derived1["Orchestration.EnlistOrchestrationAction"]-->Type
click Derived1 "/api/NAnt.Contrib.Tasks.BizTalk/EnlistOrchestrationAction"
Derived2["Orchestration.UnenlistOrchestrationAction"]-->Type
click Derived2 "/api/NAnt.Contrib.Tasks.BizTalk/UnenlistOrchestrationAction"
Derived3["Orchestration.StartOrchestrationAction"]-->Type
click Derived3 "/api/NAnt.Contrib.Tasks.BizTalk/StartOrchestrationAction"
Syntax
public abstract class Orchestration.OrchestrationActionBase : Element,
Orchestration.IOrchestrationAction
Methods
Name | Value | Summary |
---|---|---|
Enlist |
void | |
GetName |
string | |
GetStatus |
ServiceStatus | |
Invoke |
void | |
Log |
void |
Logs a message with the given priority.
|
Log |
void |
Logs a message with the given priority.
|