Click or drag to resize

ClientBaseEndConnect Method

Ends a pending asynchronous connection request.

Namespace:  Limilabs.Client
Assembly:  Mail (in Mail.dll) Version: 3.0.23341.1754
Syntax
public void EndConnect(
	IAsyncResult result
)

Parameters

result
Type: SystemIAsyncResult
Object that stores state information and any user defined data for this asynchronous operation.
See Also