MessagingFactory.PrefetchCount Property

Definition

Gets or sets the number of messages that the message receiver can simultaneously request.

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

Property Value

The number of messages that the message receiver can simultaneously request.

Remarks

Takes effect on the next acceptmessagesession call to the server

Applies to