コード例 #1
0
 /// <summary>
 /// Abort all calls.
 /// </summary>
 internal void AbortAllCalls()
 {
     _serverDispatchTable.AbortAllCalls();
 }