コード例 #1
0
 public void MailboxCanBeScheduledForExecutionPerf(BenchmarkContext context)
 {
     Mailbox.CanBeScheduledForExecution(true, false);
     MsgReceived.Increment();
 }