CancellationTokenSource cts = null; if (cmd.CommandTimeout > 0) cts = new CancellationTokenSource(cmd.CommandTimeout * 1000); try { var ...
確定! 回上一頁