SiloMessagingOptions.SiloSenderQueues 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 number of parallel queues and attendant threads used by the silo to send outbound messages (requests, responses, and notifications) to other silos. If this attribute is not specified, then System.Environment.ProcessorCount is used.
public int SiloSenderQueues { get; set; }
member this.SiloSenderQueues : int with get, set
Public Property SiloSenderQueues As Integer