Compartir a través de


BaseVsaSite.Notify(String, Object) Método

Definición

Notifica al host los eventos generados por el motor de scripts de .NET.

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)

Parámetros

notify
String

Notifica al host los eventos generados por el motor de scripts de .NET.

optional
Object

Notifica al host los eventos generados por el motor.

Implementaciones

Se aplica a