Host.

Host.HostAction Enum

Summary

Defines the actions that can be performed on a host instance.
Assembly
NAnt.Contrib.dll
Namespace
NAnt.Contrib.Tasks.BizTalk
Base Types
  • Enum
graph BT Type-->Base0["Enum"] Type["Host.HostAction"] class Type type-node

Syntax

[Flags]
public enum Host.HostAction

Attributes

Type Description
FlagsAttribute

Fields

Name Constant Value Summary
Restart 3
Stops and restarts the host instance.
static
Start 1
Starts the host instance.
static
Stop 2
Stops the host instance.
static