Share via


Renderer.Dispatcher Property

Definition

Gets the Dispatcher associated with this Renderer.

public:
 abstract property Microsoft::AspNetCore::Components::Dispatcher ^ Dispatcher { Microsoft::AspNetCore::Components::Dispatcher ^ get(); };
public abstract Microsoft.AspNetCore.Components.Dispatcher Dispatcher { get; }
member this.Dispatcher : Microsoft.AspNetCore.Components.Dispatcher
Public MustOverride ReadOnly Property Dispatcher As Dispatcher

Property Value

Applies to