In This Article

AmbientParseRequestDispatcherProvider Class

Implements a class that can be used to provide a static IParseRequestDispatcher that is used for parsing operations by default.

public static class AmbientParseRequestDispatcherProvider
Inheritance:
object object

Remarks

Set the Dispatcher property to an IParseRequestDispatcher instance to register the default dispatcher.

Properties

Dispatcher

Gets or sets the default IParseRequestDispatcher to use when a parsing operation request is made.

public static IParseRequestDispatcher Dispatcher { get; set; }

Property Value

IParseRequestDispatcher:

The default IParseRequestDispatcher to use when a parsing operation request is made.

Inherited Members