'Declaration Public Overloads Sub AlterSubscriber( _ ByVal subscriber As OracleQueueAgent, _ ByVal rule As String, _ ByVal transformation As String _ )
public void AlterSubscriber( OracleQueueAgent subscriber, string rule, string transformation )
Parameters
- subscriber
- Agent on whose behalf the subscription is being altered.
- rule
- A conditional expression based on the message properties, the message data properties and PL/SQL functions. The rule parameter cannot exceed 4000 characters. To eliminate the rule, set the rule parameter to NULL.
- transformation
- Specifies a transformation that will be applied when this subscriber dequeues the message.