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 | |
---|---|---|
SbmpTransportSettings | Initializes a new instance of the SbmpTransportSettings class. |
Top
Properties
Name | Description | |
---|---|---|
BatchFlushInterval | Gets or sets the batch flush interval. |
Top
Methods
Name | Description | |
---|---|---|
Clone | Makes a deep copy of this object. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
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.