Compartir vía


DispatcherHooks.OperationPosted Evento

Definición

Se produce cuando se expone una operación en el distribuidor.

public:
 event System::Windows::Threading::DispatcherHookEventHandler ^ OperationPosted;
[add: System.Security.SecurityCritical]
[remove: System.Security.SecurityCritical]
public event System.Windows.Threading.DispatcherHookEventHandler OperationPosted;
public event System.Windows.Threading.DispatcherHookEventHandler OperationPosted;
[<add: System.Security.SecurityCritical>]
[<remove: System.Security.SecurityCritical>]
member this.OperationPosted : System.Windows.Threading.DispatcherHookEventHandler 
member this.OperationPosted : System.Windows.Threading.DispatcherHookEventHandler 
Public Custom Event OperationPosted As DispatcherHookEventHandler 

Tipo de evento

DispatcherHookEventHandler
Atributos

Comentarios

Normalmente, este evento se produce durante una llamada a BeginInvoke.

Este evento puede producirse durante una llamada a Invoke si se especifica alguna prioridad distinta Send de la especificada o si el distribuidor de destino es propiedad de un subproceso diferente.

Cualquier subproceso puede realizar operaciones posteriores; por lo tanto, cualquier subproceso puede generar este evento.

Se aplica a

Consulte también