Message in Arabic (العربية)
قامت نقطة الإدخال بإرجاع مثيل IAsyncResult تم تعليمه بـ 'CompletedSynchronously = صحيح', إلا أنه لم يتم أبدًا استدعاء AsyncCallback بشكل غير متزامن. وفي حالة اكتمال العملية بشكل غير متزامن وكان AsyncCallback قيمة غير خالية، فيجب استدعاء رد الاتصال بشكل غير متزامن قبل إرجاع نقطة الإدخال إلى المتصل.
Unlocalized message
The entry point returned an IAsyncResult instance that was marked 'CompletedSynchronously = true', but AsyncCallback was never invoked synchronously. If an operation completes synchronously and AsyncCallback is non-null, the callback must be invoked synchronously before the entry point returns to its caller.
Search by Google