NetMessagingBinding.PrefetchCount Property

Definition

Gets or sets the number of messages that the message receiver can fetch in advance.

public int PrefetchCount { get; set; }
member this.PrefetchCount : int with get, set
Public Property PrefetchCount As Integer

Property Value

The number of messages that the message receiver can fetch in advance.

Remarks

Takes effect on the next receive call to the server.

Applies to