PersistentStreamProviderConfig.BalancerType 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.
The queue balancer type for your stream provider. If you are using a custom queue balancer by injecting IStreamQueueBalancer as a transient service into DI, you should use your custom balancer's type
public Type BalancerType { get; set; }
member this.BalancerType : Type with get, set
Public Property BalancerType As Type