ShowTrackerBlocking() 개인적인 메소드

private ShowTrackerBlocking ( ) : void
리턴 void
예제 #1
0
 /// <summary>
 /// Show the progress tracker blocking.  This will return when the operation completes
 /// </summary>
 public void ShowTrackerBlockingEmpty()
 {
     m_proxy.ShowTrackerBlocking();
     WaitEmpty();
 }