NAntContrib Help Task Reference <btsreceivelocation> | v0.92-alpha1 |
[This is preliminary documentation and subject to change.]
Allows BizTalk receive locations to be controlled.
Attribute | Type | Description | Required |
---|---|---|---|
action | ReceiveLocationAction | The action that should be performed on the receive location. | True |
location | string | The name of the receive location on which the perform the action. | True |
server | string | The name of the BizTalk server on which to perform the action. | True |
failonerror | bool | Determines if task failure stops the build, or is just reported. The default is true. | False |
if | bool | If true then the task will be executed; otherwise, skipped. The default is true. | False |
unless | bool | Opposite of if . If false then the task will be executed; otherwise, skipped. The default is false. |
False |
verbose | bool | Determines whether the task should report detailed build log messages. The default is false. | False |
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" />