Exemplo n.º 1
0
 public static int LockTimeout(this ITransactionContext context)
 {
     return(context.GetIntegerVariable(TransactionSettingKeys.LockTimeout, Timeout.Infinite));
 }