SbmpTransportSettings.BatchFlushInterval Property

Gets or sets the batch flush interval.

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

Syntax

'Declaration
Public Property BatchFlushInterval As TimeSpan
    Get
    Set
'Usage
Dim instance As SbmpTransportSettings
Dim value As TimeSpan

value = instance.BatchFlushInterval

instance.BatchFlushInterval = value
public TimeSpan BatchFlushInterval { get; set; }
public:
property TimeSpan BatchFlushInterval {
    TimeSpan get ();
    void set (TimeSpan value);
}
member BatchFlushInterval : TimeSpan with get, set
function get BatchFlushInterval () : TimeSpan
function set BatchFlushInterval (value : TimeSpan)

Property Value

Type: System.TimeSpan
Returns TimeSpan.

See Also

Reference

SbmpTransportSettings Class

Microsoft.ServiceBus.Messaging Namespace