Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
UL Ext: 获取刚刚由 GetNotification 方法读取的事件的参数值。
Public Function GetNotificationParameter( ByVal queueName As String, ByVal parameterName As String ) As String
public string GetNotificationParameter( string queueName, string parameterName )
queueName 将对其等待的队列的名称。
parameterName 其值应返回的参数的名称。
如果找到参数,则返回参数值,否则返回空值。
ULException 类 发生 SQL 错误。
该方法将获取刚刚由 ULGetNotification 方法读取的事件通知的参数值。只有给定队列中来自最近读取的通知的参数可用。