由于先前的功能评估超时,因此功能评估被禁用。您必须继续执行以重新启用功能评估

时间:2015-07-21 06:30:30

标签: c# windows-phone-7 windows-phone-8 windows-phone

在Windows手机中,我使用

每秒将数据插入到隔离存储中
System.Threading.Thread startupThread = new System.Threading.Thread(new System.Threading.ThreadStart(InsertDB()));
startupThread.Start();

public async Task InsertDB()
{
    //insert to DB
}

但如果我调用InsertDB超过5次,我会因为之前的功能评估超时而禁用功能评估。您必须继续执行以重新启用功能评估。 错误怎么解决这个?

0 个答案:

没有答案