Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.
UL Ext: 触发一个事件。
Public Function TriggerEvent( ByVal eventName As String, ByVal parameters As String ) As Integer
public int TriggerEvent(string eventName, string parameters)
eventName 待触发的事件名称。
parameters 要传送的参数。
已发送的事件通知的数目。
ULException 类 发生 SQL 错误。
返回已发送通知的数量。
该方法将触发事件(并将通知发送到所有已注册的队列)。