SubscriptionClient.PrefetchCount Property

Definition

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

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 simultaneously request.

Remarks

Takes effect on the next receive call to the server.

Applies to