AuthenticationHandler<TOptions>.CreateEventsAsync Method

Definition

Creates a new instance of the events instance.

protected:
 virtual System::Threading::Tasks::Task<System::Object ^> ^ CreateEventsAsync();
protected virtual System.Threading.Tasks.Task<object> CreateEventsAsync ();
abstract member CreateEventsAsync : unit -> System.Threading.Tasks.Task<obj>
override this.CreateEventsAsync : unit -> System.Threading.Tasks.Task<obj>
Protected Overridable Function CreateEventsAsync () As Task(Of Object)

Returns

A new instance of the events instance.

Applies to