Callback for async connection request
Namespace: Benchmarx.Munja
Assembly: Munja (in Munja.dll)
Syntax
| Visual Basic (Declaration) |
|---|
| Protected Sub OnConnect( _ ByVal result As IAsyncResult _ ) |
| C# |
|---|
| protected void OnConnect( IAsyncResult result ) |
| C++ |
|---|
| protected: void OnConnect( IAsyncResult result ) sealed |
| J# |
|---|
| protected void OnConnect( IAsyncResult result ) |
| JScript |
|---|
| protected
function OnConnect( result : IAsyncResult ) |
Parameters
- result
- result of previous BeginConnect call