Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
获取刚刚由 GetNotification 方法读取的事件通知的参数。
public virtual const char * GetNotificationParameter( const char * queueName, const char * parameterName )
queueName 要读取的队列;对于缺省连接队列为 NULL。
parameterName 要读取的参数的名称(或 "*")。
参数值,或在出错时为 NULL。
只有给定队列中来自最近读取的通知的参数可用。参数将按名称进行检索。使用参数名称 "*" 可检索整个参数字符串。