IAsyncResult result = (IAsyncResult)(LRequest.BeginGetResponse(new AsyncCallback(completeHandler), LRequest));
try
{
ThreadPool.RegisterWaitForSingleObject(result.AsyncWaitHandle, new WaitOrTimerCallback(TimeoutCallback), LRequest, DefaultTimeout, true);
allDone.WaitOne();
}
每次跑到result.AsyncWaitHandle 就报错NotSupportedException。不支持所指定的方法 求解决方案?win7 系统。难道系统不兼容》