Stop() private method

private Stop ( ) : void
return void
Ejemplo n.º 1
0
 internal void StopAsyncDelivery()
 {
     dispatchingThread.Stop();
 }