BackgroundDispatcher Class

Definition

A simple implementation of IBackgroundDispatcher.

public ref class BackgroundDispatcher : System::Management::Automation::IBackgroundDispatcher
public class BackgroundDispatcher : System.Management.Automation.IBackgroundDispatcher
type BackgroundDispatcher = class
    interface IBackgroundDispatcher
Public Class BackgroundDispatcher
Implements 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).

Applies to