IAsyncProxyResult.IsCompleted Property

Mentalis.org ProxySocket

Mentalis.org ProxySocket Documentation

IAsyncProxyResult.IsCompleted Property

Gets a value that indicates whether the server has completed processing the call. It is illegal for the server to use any client supplied resources outside of the agreed upon sharing semantics after it sets the IsCompleted property to "true". Thus, it is safe for the client to destroy the resources after IsCompleted property returns "true".

[Visual Basic]NotOverridable Public ReadOnly Property IsCompleted As Boolean
[C#]
public bool IsCompleted {final get;}

Property Value

A boolean that indicates whether the server has completed processing the call.

See Also

IAsyncProxyResult Class | IAsyncProxyResult Members | Org.Mentalis.Network.ProxySocket Namespace