BackgroundDispatcher Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |