Share via


NetMessagingTransportExtensionElement.PrefetchCount Property

Definition

Gets or sets the number of prefetch.

[System.Configuration.ConfigurationProperty("prefetchCount", DefaultValue=-1)]
public int PrefetchCount { get; set; }
[<System.Configuration.ConfigurationProperty("prefetchCount", DefaultValue=-1)>]
member this.PrefetchCount : int with get, set
Public Property PrefetchCount As Integer

Property Value

The number of prefetch.

Attributes

Remarks

Takes effect on the next receive call to the server

Applies to