ReceiveLocation Class

Summary

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

Syntax

[TaskName("btsreceivelocation")]
public class ReceiveLocation : Task

Examples

Enables the "HttpReceive" receive location on server "SV-ARD-EAI".

<btsreceivelocation action="Enable" location="HttpReceive" server="SV-ARD-EAI" />

Disables the "HttpReceive" receive location on server "SV-ARD-EAI".

<btsreceivelocation action="Disable" location="HttpReceive" server="SV-ARD-EAI" />

Attributes

Type Description
TaskName

Properties

Name Value Summary
Action ReceiveLocation.ReceiveLocationAction
The action that should be performed on the receive location.
LocationName string
The name of the receive location 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