This commit is contained in:
sunkaixuan
2019-05-20 00:52:36 +08:00
parent b5171b2e77
commit ce279faf95

View File

@@ -846,14 +846,6 @@ namespace SqlSugar
_Context = Tenant.Context;
this.CurrentConnectionConfig = Tenant.ConnectionConfig;
}
//private void TaskStart<Type>(Task<Type> result)
//{
// if (this.Context.CurrentConnectionConfig.IsShardSameThread)
// {
// Check.Exception(true, "IsShardSameThread=true can't be used async method");
// }
// result.Start();
//}
#endregion
#region Obsolete