Gets a value that indicates whether the BeginXXXX call has been completed synchronously. If this is detected in the AsyncCallback delegate, it is probable that the thread that called BeginInvoke is the current thread.
[Visual Basic]NotOverridable Public ReadOnly Property CompletedSynchronously As Boolean
[C#]
public bool CompletedSynchronously {final get;}
Property Value
Returns false.
See Also
IAsyncProxyResult Class | IAsyncProxyResult Members | Org.Mentalis.Network.ProxySocket Namespace