Trigger an event. Returns the number of notifications sent.
Visual Basic Public Function TriggerEvent( _ ByVal eventName As String, _ ByVal parameters As String _ ) As Integer
C# public int TriggerEvent( string eventName, string parameters );
eventName The event name to be triggered.
parameters Parameters to pass.
Trigger an event (and send notification to all registered queues).
Returns the number of event notifications sent.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |