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;}
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also