Reset Class

Summary

Allows stopping, starting and resetting of BizTalk in-process host instances on the specified server.
Assembly
NAnt.Contrib.dll
Namespace
NAnt.Contrib.Tasks.BizTalk
Base Types
  • Task
graph BT Type-->Base0["Task"] Type["Reset"] class Type type-node

Syntax

[TaskName("btsreset")]
public class Reset : Task

Attributes

Type Description
TaskName

Properties

Name Value Summary
Action Reset.ResetAction
Specifies the action(s) to perform on the BizTalk host instances. The default is NAnt.Contrib.Tasks.BizTalk.Reset.ResetAction.Reset.
Server string
The name of the BizTalk server on which to perform the action.

Methods

Name Value Summary
ExecuteTask() void