Represents callback to be called when to complete connect operation.
Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
protected delegate void CompleteConnectCallback( Exception error )
Protected Delegate Sub CompleteConnectCallback ( error As Exception )
protected delegate void CompleteConnectCallback( Exception^ error )
type CompleteConnectCallback = delegate of error : Exception -> unit
Parameters
- error (Exception)
- Exception happened or null if no errors.
Assembly: LumiSoft.Net (Module: LumiSoft.Net.dll) Version: 4.5.5510.19119