Microsoft.BizTalk.Library.Secondary.TransportSecondary Transport

Microsoft.BizTalk.Library.Secondary.Transport (ClassType)

Represents an endpoint configuration for a Send Port. Also known as (internally) as a Send Location. This second instance is known as the Backup Transport.

Element properties:

Base ClassMicrosoft.Windows.ApplicationComponent
AbstractFalse
HostedTrue
SingletonFalse
ExtensionFalse
AccessibilityPublic
ElementIdf340d7e0-5a1d-606a-9176-e711ed7866ef

Class Hierarchy:

Class Properties:

Property Name Type Display Name (ENU) Description (ENU) Key Max Length Min Length Case Sensitive
System.Entity:
DisplayName  string  Display Name Display name of monitoring object. false 256  False 
Microsoft.BizTalk.Library.Secondary.Transport:
STAddress  string  Secondary Transport Address Contains the URL of Secondary transport for the port. true 256  False 
STTransportType  string  Secondary Transport Type Contains the transport type of the Secondary transport for the port. true 256  False 
STCustomCfg  string  Secondary Transport Custom Cfg Contains transport type data for the Secondary transport of the port. false 256  False 
STFromTime  datetime  Secondary Transport From Time Contains the start time of the service window of the Secondary transport for the port. false 256   
STOrderedDelivery  bool  Secondary Transport Ordered Delivery Determines whether the Secondary transport for the port supports ordered delivery. false 256   
STRetryCount  int  Secondary Transport Retry Count Contains the number of retries available for the Secondary transport of the port. false 256   
STRetryInterval  int  Secondary Transport Retry Interval Contains the retry interval for the Secondary transport of the port. false 256   
STServiceWindowEnabled  bool  Secondary Transport Service Window Enabled Determines whether a service window of the Secondary transport for the port is enabled. false 256   
STToTime  datetime  Secondary Transport To Time Contains the end time of the service window of the Secondary transport for the port. false 256   

Health Model:

Source Code:

<ClassType ID="Microsoft.BizTalk.Library.Secondary.Transport" Abstract="false" Accessibility="Public" Hosted="true" Singleton="false" Base="Windows!Microsoft.Windows.ApplicationComponent">
<Property Type="string" ID="STAddress" Key="true"/>
<Property Type="string" ID="STTransportType" Key="true"/>
<Property Type="string" ID="STCustomCfg"/>
<Property Type="datetime" ID="STFromTime"/>
<Property Type="bool" ID="STOrderedDelivery"/>
<Property Type="int" ID="STRetryCount"/>
<Property Type="int" ID="STRetryInterval"/>
<Property Type="bool" ID="STServiceWindowEnabled"/>
<Property Type="datetime" ID="STToTime"/>
</ClassType>