Orchestration.

Orchestration.UnenlistOrchestrationAction Class

Summary

Unenlists the orchestration by removing its activation subscription.
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
AutoTerminateOrchestrationInstance bool
Specifies whether instances of this orchestration type should be automatically terminated. The default is false.

Methods