SbmpTransportSettingsElement.BatchFlushInterval Property

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

Syntax

'Declaration
<ConfigurationPropertyAttribute("batchFlushInterval", IsRequired := False)> _
Public Property BatchFlushInterval As TimeSpan
    Get
    Set
'Usage
Dim instance As SbmpTransportSettingsElement
Dim value As TimeSpan

value = instance.BatchFlushInterval

instance.BatchFlushInterval = value
[ConfigurationPropertyAttribute("batchFlushInterval", IsRequired = false)]
public TimeSpan BatchFlushInterval { get; set; }
[ConfigurationPropertyAttribute(L"batchFlushInterval", IsRequired = false)]
public:
property TimeSpan BatchFlushInterval {
    TimeSpan get ();
    void set (TimeSpan value);
}
[<ConfigurationPropertyAttribute("batchFlushInterval", IsRequired = false)>]
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

SbmpTransportSettingsElement Class

Microsoft.ServiceBus.Messaging.Configuration Namespace