Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
UL 拡張: GetNotification メソッドが読み取ったばかりのイベントのパラメータの値を取得します。
Public Function GetNotificationParameter( ByVal queueName As String, ByVal parameterName As String ) As String
public string GetNotificationParameter( string queueName, string parameterName )
queueName 待機するキューの名前。
parameterName 値を返すパラメータの名前。
パラメータが見つかった場合はパラメータ値、それ以外の場合は NULL。
ULException クラス SQL エラーが発生しました。
このメソッドは、ULGetNotification メソッドによって読み込まれたイベント通知のパラメータ値を取得します。指定されたキューでの最後に読み込まれた通知のパラメータのみ取得できます。