ProgressIndicatorLoadingBar.AwaitTransitionAsync 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.
Returns after progress indicator completes its opening or closing transition.
public:
virtual System::Threading::Tasks::Task ^ AwaitTransitionAsync();
public System.Threading.Tasks.Task AwaitTransitionAsync ();
abstract member AwaitTransitionAsync : unit -> System.Threading.Tasks.Task
override this.AwaitTransitionAsync : unit -> System.Threading.Tasks.Task
Public Function AwaitTransitionAsync () As Task