LumiSoft Net Help
EndDisconnect Method (asyncResult)
NamespacesLumiSoft.Net.TCPTCP_ClientEndDisconnect(IAsyncResult)
Ends a pending asynchronous disconnect request.
Declaration Syntax
C#Visual BasicVisual C++F#
public void EndDisconnect(
	IAsyncResult asyncResult
)
Public Sub EndDisconnect ( 
	asyncResult As IAsyncResult
)
public:
void EndDisconnect(
	IAsyncResult^ asyncResult
)
member EndDisconnect : 
        asyncResult : IAsyncResult -> unit 
Parameters
asyncResult (IAsyncResult)
An IAsyncResult that stores state information and any user defined data for this asynchronous operation.
Exceptions
ExceptionCondition
ObjectDisposedExceptionIs raised when this object is disposed and this method is accessed.
ArgumentNullExceptionIs raised when asyncResult is null.
ArgumentExceptionIs raised when argument asyncResult was not returned by a call to the BeginDisconnect method.
InvalidOperationExceptionIs raised when EndDisconnect was previously called for the asynchronous connection.

Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119