This topic has not yet been rated - Rate this topic

NetMessagingTransportSettingsElement Class

Represents the transport settings element for the net messaging.

System.Object
  System.Configuration.ConfigurationElement
    Microsoft.ServiceBus.Messaging.Configuration.NetMessagingTransportSettingsElement

Namespace:  Microsoft.ServiceBus.Messaging.Configuration
Assembly:  Microsoft.ServiceBus (in Microsoft.ServiceBus.dll)
public sealed class NetMessagingTransportSettingsElement : ConfigurationElement

The NetMessagingTransportSettingsElement type exposes the following members.

  NameDescription
Public methodNetMessagingTransportSettingsElementInitializes a new instance of the NetMessagingTransportSettingsElement class.
Top
  NameDescription
Public propertyBatchFlushIntervalGets or sets the batch flush interval.
Public propertyCurrentConfiguration (Inherited from ConfigurationElement.)
Public propertyElementInformation (Inherited from ConfigurationElement.)
Protected propertyElementProperty (Inherited from ConfigurationElement.)
Public propertyEnableRedirectGets or set a value that indicates whether redirection is enabled.
Protected propertyItem[ConfigurationProperty] (Inherited from ConfigurationElement.)
Protected propertyItem[String] (Inherited from ConfigurationElement.)
Public propertyLockAllAttributesExcept (Inherited from ConfigurationElement.)
Public propertyLockAllElementsExcept (Inherited from ConfigurationElement.)
Public propertyLockAttributes (Inherited from ConfigurationElement.)
Public propertyLockElements (Inherited from ConfigurationElement.)
Public propertyLockItem (Inherited from ConfigurationElement.)
Protected propertyProperties (Inherited from ConfigurationElement.)
Top
  NameDescription
Protected methodDeserializeElement (Inherited from ConfigurationElement.)
Public methodEquals (Inherited from ConfigurationElement.)
Public methodGetHashCode (Inherited from ConfigurationElement.)
Public methodGetType (Inherited from Object.)
Protected methodInit (Inherited from ConfigurationElement.)
Protected methodInitializeDefault (Inherited from ConfigurationElement.)
Protected methodIsModified (Inherited from ConfigurationElement.)
Public methodIsReadOnly (Inherited from ConfigurationElement.)
Protected methodReset (Inherited from ConfigurationElement.)
Protected methodResetModified (Inherited from ConfigurationElement.)
Protected methodSerializeElement (Inherited from ConfigurationElement.)
Protected methodSerializeToXmlElement (Inherited from ConfigurationElement.)
Protected methodSetReadOnly (Inherited from ConfigurationElement.)
Public methodToString (Inherited from Object.)
Protected methodUnmerge (Inherited from ConfigurationElement.)
Top
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.