Orchestration.

Orchestration.StopOrchestrationAction Class

Summary

Stops the orchestration.
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.StopOrchestrationAction"] class Type type-node

Syntax

public class Orchestration.StopOrchestrationAction : Orchestration.OrchestrationActionBase, 
    Orchestration.IOrchestrationAction

Remarks

If the status of the orchestration is NAnt.Contrib.Types.BizTalk.ServiceStatus.Bound, NAnt.Contrib.Types.BizTalk.ServiceStatus.Unbound or NAnt.Contrib.Types.BizTalk.ServiceStatus.Stopped, then no further processing is done.

Properties

Name Value Summary
AutoDisableReceiveLocation bool
Specifies whether receive locations associated with this orchestration should be automatically disabled. The default is false.
AutoSuspendOrchestrationInstance bool
Specifies whether instances of this orchestration should be automatically suspended. The default is true.

Methods

Name Value Summary
Enlist(ManagementObject, string) void
GetName(ManagementObject) string
GetStatus(ManagementObject) ServiceStatus
Invoke(ManagementObject) void
Stops the orchestration.
Log(Level, string) void
Logs a message with the given priority.
Log(Level, string, Object[]) void
Logs a message with the given priority.