AuthenticationHandler<TOptions>.CreateEventsAsync 方法

定义

创建事件实例的新实例。

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)

返回

事件实例的新实例。

适用于