Host Class

Summary

Allows BizTalk (in-process) host instances to be controlled.
Assembly
NAnt.Contrib.dll
Namespace
NAnt.Contrib.Tasks.BizTalk
Base Types
  • Task
graph BT Type-->Base0["Task"] Type["Host"] class Type type-node

Syntax

[TaskName("btshost")]
public class Host : Task

Examples

Starts the "BizTalkServerApplication" host instance on server "SV-ARD-EAI".

<btshost action="Start" host="BizTalkServerApplication" server="SV-ARD-EAI" />

Stops all "BizTalkServerApplication" host instances.

<btshost action="Stop" host="BizTalkServerApplication" />

Attributes

Type Description
TaskName

Properties

Name Value Summary
Action Host.HostAction
The action that should be performed on the host.
HostName string
The name of the host on which the perform the action.
Server string
The name of the BizTalk server on which to perform the action. If not specified, the action will be performed on all instances.

Methods

Name Value Summary
ExecuteTask() void