BackgroundDispatcher Class

Definition

A simple implementation of IBackgroundDispatcher.

public class BackgroundDispatcher : System.Management.Automation.IBackgroundDispatcher
Inheritance
BackgroundDispatcher
Implements

Constructors

BackgroundDispatcher(EventProvider, EventDescriptor)

Creates a BackgroundDispatcher that uses an EtwEventCorrelator for activity creation and correlation.

Methods

BeginInvoke(WaitCallback, Object, AsyncCallback, Object)

Implements BeginInvoke(WaitCallback, Object, AsyncCallback, Object).

EndInvoke(IAsyncResult)

Implements EndInvoke(IAsyncResult).

QueueUserWorkItem(WaitCallback)

Implements QueueUserWorkItem(WaitCallback).

QueueUserWorkItem(WaitCallback, Object)

Implements QueueUserWorkItem(WaitCallback, Object).