Send a notification to matching queues. Returns the number of matching queues.
Visual Basic Public Function SendNotification( _ ByVal queueName As String, _ ByVal eventName As String, _ ByVal parameters As String _ ) As Integer
C# 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.
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.
Returns the number of notifications sent (the number of matching queues).
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |