IMessageReceiver Interfaccia

Definizione

Definisce i metodi che ricevono l'output da un motore di script. Questa interfaccia funge da oggetto callback per acquisire l'output che andrebbe altrimenti alla console.

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

public interface class IMessageReceiver
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("F062C7FB-53BF-4f0d-B0F6-D66C5948E63F")]
public interface IMessageReceiver
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("F062C7FB-53BF-4f0d-B0F6-D66C5948E63F")>]
type IMessageReceiver = interface
Public Interface IMessageReceiver
Attributi

Metodi

Message(String)

Questa API supporta l'infrastruttura del prodotto e non è previsto che venga usata direttamente dal codice.

Se viene implementato in una classe, acquisisce l'output specificato.

Si applica a

Vedi anche