UL Ext: Sends a notification to matching queues.
Public Function SendNotification( ByVal queueName As String, ByVal eventName As String, ByVal parameters As String ) As Integer
public int SendNotification( string queueName, string eventName, string parameters )
queueName The event queue name to be used.
eventName The event name.
parameters Parameters to pass.
The number of notifications sent (the number of matching queues).
ULException class A SQL error occurred.
Returns the number of matching queues.
This method send a notification to all queues matching the given name (including any such queue on the current connection). This call does not block. Use the special queue name "*" to send to all queues.