PowerTCP FTP for .NET
TcpAsyncCallback Delegate



References the method to invoke on an IO completion thread when the corresponding asynchronous operation completes.
Syntax
Public Delegate Sub TcpAsyncCallback( _
   ByVal  As TcpBase, _
   ByVal 1 As Data, _
   ByVal 2 As Exception, _
   ByVal 3 As Object _
) 
Dim instance As New TcpAsyncCallback(AddressOf HandlerMethod)
public delegate void TcpAsyncCallback( 
   TcpBase ,
   Data 1,
   Exception 2,
   object 3
)
public delegate void TcpAsyncCallback( 
   TcpBase^ ,
   Data^ 1,
   Exception^ 2,
   Object^ 3
)

Parameters

1
2
3
See Also

Reference

TcpAsyncCallback Members
Dart.Ftp Namespace


PowerTCP FTP for .NET Documentation Version 6.0
© 2021 Dart Communications. All Rights Reserved.
Send comments on this topic