SbmpTransportSettingsElement Class
Inheritance Hierarchy
System.Object
System.Configuration.ConfigurationElement
Microsoft.ServiceBus.Messaging.Configuration.SbmpTransportSettingsElement
Namespace: Microsoft.ServiceBus.Messaging.Configuration
Assembly: Microsoft.ServiceBus.Messaging (in Microsoft.ServiceBus.Messaging.dll)
Syntax
'Declaration
Public NotInheritable Class SbmpTransportSettingsElement _
Inherits ConfigurationElement
'Usage
Dim instance As SbmpTransportSettingsElement
public sealed class SbmpTransportSettingsElement : ConfigurationElement
public ref class SbmpTransportSettingsElement sealed : public ConfigurationElement
[<SealedAttribute>]
type SbmpTransportSettingsElement =
class
inherit ConfigurationElement
end
public final class SbmpTransportSettingsElement extends ConfigurationElement
The SbmpTransportSettingsElement type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SbmpTransportSettingsElement |
Top
Properties
Name | Description | |
---|---|---|
BatchFlushInterval | ||
CurrentConfiguration | (Inherited from ConfigurationElement.) | |
ElementInformation | (Inherited from ConfigurationElement.) | |
ElementProperty | (Inherited from ConfigurationElement.) | |
EvaluationContext | (Inherited from ConfigurationElement.) | |
HasContext | (Inherited from ConfigurationElement.) | |
Item[ConfigurationProperty] | (Inherited from ConfigurationElement.) | |
Item[String] | (Inherited from ConfigurationElement.) | |
LockAllAttributesExcept | (Inherited from ConfigurationElement.) | |
LockAllElementsExcept | (Inherited from ConfigurationElement.) | |
LockAttributes | (Inherited from ConfigurationElement.) | |
LockElements | (Inherited from ConfigurationElement.) | |
LockItem | (Inherited from ConfigurationElement.) | |
Properties | (Inherited from ConfigurationElement.) |
Top
Methods
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.