LumiSoft Mail Server User API
CommadCompleted Delegate
Namespaces > LumiSoft.Net.SMTP.Client > CommadCompleted
Is called when asynchronous command had completed.
Syntax
C#Visual BasicManaged C++
public delegate void CommadCompleted (
	SocketCallBackResult result,
	Exception exception
)
Public Delegate Sub CommadCompleted ( _
	result As SocketCallBackResult, _
	exception As Exception _
)
public delegate void CommadCompleted (
	SocketCallBackResult result, 
	Exception^ exception
)
Parameters
result (SocketCallBackResult)
exception (Exception)

Assembly: LumiSoft.Net Version: 2.0.2636.18419 (Module: LumiSoft.Net)