Message in Greek (Ελληνικά)
Το σημείο εισόδου επέστρεψε μια παρουσία IAsyncResult που είχε επισημανθεί με 'CompletedSynchronously = true', αλλά η AsyncCallback δεν κλήθηκε ποτέ σύγχρονα. Εάν μια λειτουργία ολοκληρωθεί σύγχρονα και η AsyncCallback δεν είναι null, η επιστροφή κλήσης πρέπει να κληθεί σύγχρονα προτού το σημείο εισόδου επιστρέψει στον καλούντα.
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