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.
| Send feedback about this page via email or DocCommentXchange | Copyright © 2008, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.0 |