Get value of a parameter, for an event just read by GetNotification().
Visual Basic Public Function GetNotificationParameter( _ ByVal queueName As String, _ ByVal parameterName As String _ ) As String
C# public string GetNotificationParameter( string queueName, string parameterName );
queueName The name of the queue which will be waited upon.
parameterName The name of the parameter whose value should be returned.
Get a parameter for the event notification just read by ULGetNotification(). Only the parameters from the most-recently read notification on the given queue are available.
Returns parameter value if the parameter was found; otherwise, returns null.
Discuss this page in DocCommentXchange. Send feedback about this page using email. |
Copyright © 2009, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.1 |