TwitterHandler.CreateEventsAsync Method
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.
Creates a new instance of the events instance.
protected:
override System::Threading::Tasks::Task<System::Object ^> ^ CreateEventsAsync();
protected override System.Threading.Tasks.Task<object> CreateEventsAsync ();
override this.CreateEventsAsync : unit -> System.Threading.Tasks.Task<obj>
Protected Overrides Function CreateEventsAsync () As Task(Of Object)
Returns
A new instance of the events instance.