System.Runtime.Remoting.Messaging.AsyncResult.CompletedSynchronously Property

Gets a value indicating whether the BeginInvoke call completed synchronously.

Syntax

public virtual bool CompletedSynchronously { get; }

Value

Documentation for this section has not yet been entered.

Remarks

If it is detected that the BeginInvoke call completed synchronously in the AsyncCallback delegate, it is probable that the thread that called BeginInvoke is the current thread. Most providers of the IAsyncResult interface will not use the capability and will return a default false.

Current implementation of AsyncResult.CompletedSynchronously always returns false.

Requirements

Namespace: System.Runtime.Remoting.Messaging
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0, 4.0.0.0