Summary
Enlists the orchestration by creating 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.EnlistOrchestrationAction"]
class Type type-node
Syntax
public class Orchestration.EnlistOrchestrationAction : Orchestration.OrchestrationActionBase,
Orchestration.IOrchestrationAction
Properties
Name | Value | Summary |
---|---|---|
Host | string |
Specifies the BizTalk host on which to enlist the orchestration.
|
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
|