Gets a parameter for the event notification just read by GetNotification().
public virtual const ul_wchar * GetNotificationParameter(
const ul_wchar * queueName,
const ul_wchar * parameterName
)
queueName The queue name matching the GetNotification() call.
parameterName The name of the parameter to read (or "*").
The parameter value or NULL on error.
Only the parameters from the most-recently read notification on the given queue are available. Parameters are retrieved by name. A parameter name of "*" retrieves the entire parameter string.
![]() |
Discuss this page in DocCommentXchange.
|
Copyright © 2010, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.0 |