Orchestration Class

Summary

Performs a set of actions on a given orchestration.
Assembly
NAnt.Contrib.dll
Namespace
NAnt.Contrib.Tasks.BizTalk
Base Types
  • Task
graph BT Type-->Base0["Task"] Type["Orchestration"] class Type type-node

Syntax

[TaskName("btsorchestration")]
public class Orchestration : Task

Attributes

Type Description
TaskName

Properties

Name Value Summary
OrchestrationName string
The name of the orchestration to perform an action on.
Server string
The name of the BizTalk server on which to perform the action.

Methods