Namespace: EnterpriseDT.Net
Assembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0

Syntax

C#
public override IAsyncResult BeginAccept(
	AsyncCallback callback,
	Object state
)
Visual Basic
Public Overrides Function BeginAccept ( _
	callback As AsyncCallback, _
	state As Object _
) As IAsyncResult
Visual C++
public:
virtual IAsyncResult^ BeginAccept(
	AsyncCallback^ callback, 
	Object^ state
) override

Parameters

callback
Type: System..::..AsyncCallback
state
Type: System..::..Object

Return Value

See Also