Table of Contents

Class NetMessagingTransportSettings

Namespace
Microsoft.ServiceBus.Messaging
Assembly
Microsoft.ServiceBus.dll

Represents .NET messaging transport settings.

public sealed class NetMessagingTransportSettings
Inheritance
NetMessagingTransportSettings
Inherited Members

Constructors

NetMessagingTransportSettings()

Initializes a new instance of the NetMessagingTransportSettings class.

public NetMessagingTransportSettings()

Properties

BatchFlushInterval

Gets or sets the batch flush interval.

public TimeSpan BatchFlushInterval { get; set; }

Property Value

TimeSpan

The batch flush interval.

EnableRedirect

Gets a value that indicates whether the message redirect is enabled.

public bool EnableRedirect { get; set; }

Property Value

bool

true if the message redirect is enabled; otherwise, false.

LeaseTimeout

public TimeSpan LeaseTimeout { get; set; }

Property Value

TimeSpan

Methods

Clone()

Makes a deep copy of this object.

public object Clone()

Returns

object

A copy of this object.