Dispatcher.Pause
Method
Visual Basic
Public Sub Pause()
C#
public void Pause();
Purpose
Pause a dispatcher thread (so it does not dispatch events).
Remarks
Use Dispatcher.Resume to start dispatching again.
Method
Public Sub Pause()
public void Pause();
Pause a dispatcher thread (so it does not dispatch events).
Use Dispatcher.Resume to start dispatching again.
Copyright Ā© 1997-2022. Cloud Software Group, Inc. All Rights Reserved.