System.Runtime.Remoting.Messaging.AsyncResult.IsCompleted Property

Gets a value indicating whether the server has completed the call.

Syntax

public virtual bool IsCompleted { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The server must not use any client supplied resources outside of the agreed upon sharing semantics after it sets the AsyncResult.IsCompleted property to true. Thus, it is safe for the client to destroy the resources after the AsyncResult.IsCompleted property returns true.

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