'Declaration Public Overloads Sub AddSubscriber( _ ByVal subscriber As OracleQueueAgent, _ ByVal rule As String, _ ByVal transformation As String _ )
public void AddSubscriber( OracleQueueAgent subscriber, string rule, string transformation )
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.
- transformation
- Specifies a transformation that will be applied when this subscriber dequeues the message. The source type of the transformation must match the type of the queue. If the subscriber is remote, the transformation is applied before propagation to the remote queue.