Reset.

Reset.ResetAction Enum

Summary

Defines the possible actions that can be performed on the BizTalk in-process host instances.
Assembly
NAnt.Contrib.dll
Namespace
NAnt.Contrib.Tasks.BizTalk
Base Types
  • Enum
graph BT Type-->Base0["Enum"] Type["Reset.ResetAction"] class Type type-node

Syntax

[Flags]
public enum Reset.ResetAction

Attributes

Type Description
FlagsAttribute

Fields

Name Constant Value Summary
Reset 17
Stops and restarts all in-process host instances.
static
Start 16
Starts all in-process host instances.
static
Stop 1
Stops all in-process host instances.
static