dotConnect for Oracle Documentation
Devart.Data.Oracle Namespace / OracleQueueAdmin Class / AddSubscriber Method / AddSubscriber(OracleQueueAgent,String) Method
Agent on whose behalf the subscription is being defined.
A conditional expression based on the message properties, the message data properties and PL/SQL functions. A rule is specified as a Boolean expression using syntax similar to the WHERE clause of a SQL query.

In This Topic
AddSubscriber(OracleQueueAgent,String) Method
In This Topic
Adds a subscriber to the queue.
Syntax
'Declaration
 
Public Overloads Sub AddSubscriber( _
   ByVal subscriber As OracleQueueAgent, _
   ByVal rule As String _
) 
 

Parameters

subscriber
Agent on whose behalf the subscription is being defined.
rule
A conditional expression based on the message properties, the message data properties and PL/SQL functions. A rule is specified as a Boolean expression using syntax similar to the WHERE clause of a SQL query.
See Also