VsaEngine.ConnectEvents 方法
定义
通知引擎可以将具有事件的任何已注册事件源连接到任何全局事件处理程序。Communicates to the engine that it can connect any registered event sources that have events to any global event handlers. 此方法未在此类中实现。This method is not implemented in this class.
此 API 支持产品基础结构,不能在代码中直接使用。
public:
virtual void ConnectEvents();
public void ConnectEvents ();
abstract member ConnectEvents : unit -> unit
override this.ConnectEvents : unit -> unit
Public Sub ConnectEvents ()