ProgressIndicatorLoadingBar.OpenAsync 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.
Opens the progress indicator before loading begins. Method is async to allow for animation to begin before loading.
public:
virtual System::Threading::Tasks::Task ^ OpenAsync();
public System.Threading.Tasks.Task OpenAsync ();
abstract member OpenAsync : unit -> System.Threading.Tasks.Task
override this.OpenAsync : unit -> System.Threading.Tasks.Task
Public Function OpenAsync () As Task