dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleDependency Class / RegisteredResources Property

In This Topic
    RegisteredResources Property
    In This Topic
    Gets the list of commands that are registered in the notification registration.
    Syntax
    'Declaration
     
    Public ReadOnly Property RegisteredResources As List(Of String)
    public List<string> RegisteredResources {get;}

    Property Value

    The list of commands that are registered in the notification registration.
    Remarks

    This property is used together with RegisteredQueryIds in order to establish the correspondence between query ids, retrieved with the notification for query result change notification and the queries registered for notifications.

    Note that this property is appropriately updated when the registered OracleCommand object executes the query, not when it is added to the OracleDependency object.

    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