dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleQueueTableOptions Class / PrimaryInstance Property

In This Topic
    PrimaryInstance Property
    In This Topic
    The primary owner of the queue table. Queue monitor scheduling and propagation for the queues in the queue table are done in this instance. The default value for primary instance is 0, which means queue monitor scheduling and propagation will be done in any available instance.
    Syntax
    'Declaration
     
    Public Property PrimaryInstance As Integer
    public int PrimaryInstance {get; set;}
    See Also