SendPort.

SendPort.SendPortAction Enum

Summary

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

Syntax

public enum SendPort.SendPortAction

Fields

Name Constant Value Summary
Enlist 4
Enlists the send port.
static
Restart 3
Stops and restarts the send port.
static
Start 1
Starts the send port.
static
Stop 2
Stops the send port.
static
UnEnlist 5
Unenlists the send port.
static