Unbind Class

Summary

Removes all bindings for a given assembly from a BizTalk configuration database.
Assembly
NAnt.Contrib.dll
Namespace
NAnt.Contrib.Tasks.BizTalk
Base Types
  • Task
graph BT Type-->Base0["Task"] Type["Unbind"] class Type type-node

Syntax

[TaskName("btsunbind")]
public class Unbind : Task

Attributes

Type Description
TaskName

Properties

Name Value Summary
Assembly FileInfo
The path to the BizTalk assembly for which to remove all bindings.
ReceivePipeline string
The assembly qualified name of the receive pipeline to set when unbinding a receive pipeline.
SendPipeline string
The assembly qualified name of the SEND pipeline to set when unbinding a send pipeline.
Server string
The name of the BizTalk server on which to perform the operation.

Methods

Name Value Summary
ExecuteTask() void
Removes bindings for the specified assembly.