BaseVsaSite.Notify(String, Object) 方法

定義

通知主機腳本引擎產生的事件。

public:
 virtual void Notify(System::String ^ notify, System::Object ^ optional);
public virtual void Notify(string notify, object optional);
abstract member Notify : string * obj -> unit
override this.Notify : string * obj -> unit
Public Overridable Sub Notify (notify As String, optional As Object)

參數

notify
String

通知主機腳本引擎產生的事件。

optional
Object

通知主機引擎產生的事件。

實作

適用於