LumiSoft Net Help
BeginNoop Method (callback, state)
NamespacesLumiSoft.Net.POP3.ClientPOP3_ClientBeginNoop(AsyncCallback, Object)
Starts sending NOOP command to server. This method can be used for keeping connection alive(not timing out).
Declaration Syntax
C#Visual BasicVisual C++F#
[ObsoleteAttribute("Use Noop/NoopAsync method instead.")]
public IAsyncResult BeginNoop(
	AsyncCallback callback,
	Object state
)
<ObsoleteAttribute("Use Noop/NoopAsync method instead.")>
Public Function BeginNoop ( 
	callback As AsyncCallback,
	state As Object
) As IAsyncResult
public:
[ObsoleteAttribute(L"Use Noop/NoopAsync method instead.")]
IAsyncResult^ BeginNoop(
	AsyncCallback^ callback, 
	Object^ state
)
[<ObsoleteAttribute("Use Noop/NoopAsync method instead.")>]
member BeginNoop : 
        callback : AsyncCallback * 
        state : Object -> IAsyncResult 
Parameters
callback (AsyncCallback)
Callback to call when the asynchronous operation is complete.
state (Object)
User data.
Return Value
IAsyncResult
An IAsyncResult that references the asynchronous operation.
Exceptions
ExceptionCondition
ObjectDisposedExceptionIs raised when this object is disposed and this method is accessed.
InvalidOperationExceptionIs raised when POP3 client is not connected.

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