SendPort Class

Summary

Allows BizTalk send ports to be controlled.
Assembly
NAnt.Contrib.dll
Namespace
NAnt.Contrib.Tasks.BizTalk
Base Types
  • Task
graph BT Type-->Base0["Task"] Type["SendPort"] class Type type-node

Syntax

[TaskName("btssendport")]
public class SendPort : Task

Examples

Starts the "UmeHttpSendPort" send port on server "SV-ARD-EAI".

<btssendport action="Start" port="UmeHttpSendPort" server="SV-ARD-EAI" />

Unenlists the "UmeHttpSendPort" send port on server "SV-ARD-EAI".

<btssendport action="UnEnlist" port="UmeHttpSendPort" server="SV-ARD-EAI" />

Attributes

Type Description
TaskName

Properties

Name Value Summary
Action SendPort.SendPortAction
The action that should be performed on the send port.
PortName string
The name of the send port on which the perform the action.
Server string
The name of the BizTalk server on which to perform the action.

Methods

Name Value Summary
ExecuteTask() void