Deployer Class

Definition

public ref class Deployer sealed : IDisposable, Microsoft::BizTalk::Deployment::IBizTalkDeployer, Microsoft::BizTalk::Deployment::IBizTalkVsDeployer, Microsoft::BizTalk::Log::ILog
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("D26DA911-1FA8-46D9-92E4-0B18F3620E14")]
public sealed class Deployer : IDisposable, Microsoft.BizTalk.Deployment.IBizTalkDeployer, Microsoft.BizTalk.Deployment.IBizTalkVsDeployer, Microsoft.BizTalk.Log.ILog
type Deployer = class
    interface IDisposable
    interface IBizTalkVsDeployer
    interface IBizTalkDeployer
    interface ILog
Public NotInheritable Class Deployer
Implements IBizTalkDeployer, IBizTalkVsDeployer, IDisposable, ILog
Inheritance
Deployer
Attributes
Implements

Constructors

Deployer()

Properties

ApplicationLog
ApplicationName
AssemblySourceLocation
Connection
Options
RestartHostInstances
SolutionAssemblyNames
SolutionPathname
UndeployDependencies
UpdateOrchestrationStatus

Methods

AddAssemblies(String[], Boolean, String)
AddAssembly(String, Boolean, String)
Deploy(String, String, String, String, Boolean, String)
DeployWithBinding(String, String, String, String, String, String)
Dispose()
ExportBinding(BizTalkAssemblyName, String, String)
ExportBinding(String, String, String, String, String, String, String, String)
ImportBinding(String, BindingParameters, String)
ImportBinding(String, String, String, String)
Remove(String, String, String, String, String)
RemoveAssemblies(String[], Boolean, String)
RemoveAssembliesUsingFullName(String[], Boolean, String)
RemoveAssembly(String, Boolean, String)
RemoveNamedAssembly(BizTalkAssemblyName, Boolean, String)
SetConnection(String, String)
Undeploy(String, String, String, String, String, String, String)
UpdateAssemblies(String[], Boolean, String)
UpdateAssembly(String, Boolean, String)
VsDeploy(String, String, Boolean, Boolean)
VsUndeploy(String, String, String, String, String, Boolean)

Events

Log

Applies to