Namespace:
Rebex.Net
Assembly:
Rebex.Networking (in Rebex.Networking.dll)
Syntax
Visual Basic |
---|
Function BeginAccept ( _ callback As AsyncCallback, _ state As Object _ ) As IAsyncResult |
C# |
---|
IAsyncResult BeginAccept( AsyncCallback callback, Object state ) |
Parameters
- callback
- Type: System..::..AsyncCallback
- state
- Type: System..::..Object