SecondaryInstance Property
In This Topic
The queue table fails over to the secondary instance if the primary instance is not available. The default value is 0, which means that the queue table will fail over to any available instance.
Syntax
'Declaration
Public Property SecondaryInstance As Integer
public int SecondaryInstance {get; set;}
See Also