NetMessagingTransportSettingsElement.BatchFlushInterval Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the batch flush interval.
[System.Configuration.ConfigurationProperty("batchFlushInterval", DefaultValue="0.00:00:00.20", IsRequired=false)]
public TimeSpan BatchFlushInterval { get; set; }
[<System.Configuration.ConfigurationProperty("batchFlushInterval", DefaultValue="0.00:00:00.20", IsRequired=false)>]
member this.BatchFlushInterval : TimeSpan with get, set
Public Property BatchFlushInterval As TimeSpan
Property Value
The TimeSpan that represents the batch flush interval.
- Attributes