SbmpTransportSettings Class

Represents Sbmp transport settings.

Inheritance Hierarchy

System.Object
  Microsoft.ServiceBus.Messaging.SbmpTransportSettings

Namespace:  Microsoft.ServiceBus.Messaging
Assembly:  Microsoft.ServiceBus.Messaging (in Microsoft.ServiceBus.Messaging.dll)

Syntax

'Declaration
Public NotInheritable Class SbmpTransportSettings
'Usage
Dim instance As SbmpTransportSettings
public sealed class SbmpTransportSettings
public ref class SbmpTransportSettings sealed
[<SealedAttribute>]
type SbmpTransportSettings =  class end
public final class SbmpTransportSettings

The SbmpTransportSettings type exposes the following members.

Constructors

  Name Description
Public method SbmpTransportSettings Initializes a new instance of the SbmpTransportSettings class.

Top

Properties

  Name Description
Public property BatchFlushInterval Gets or sets the batch flush interval.

Top

Methods

  Name Description
Public method Clone Makes a deep copy of this object.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

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.

See Also

Reference

Microsoft.ServiceBus.Messaging Namespace