Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
UL Ext: 将通知发送到匹配的队列。
Public Function SendNotification( ByVal queueName As String, ByVal eventName As String, ByVal parameters As String ) As Integer
public int SendNotification( string queueName, string eventName, string parameters )
queueName 要使用的事件队列名。
eventName 事件名称。
parameters 要传送的参数。
ULException 类 发生 SQL 错误。
返回匹配队列的数量。
将通知发送到与给定名称匹配的所有队列(包括当前连接中任何此类队列)。此调用不会阻塞。使用特殊队列名称 "*" 发送到所有队列。
返回已发送通知的数目(匹配队列的数目)。