'Declaration Public Function BeginOpen( _ ByVal callback As AsyncCallback, _ ByVal stateObject As Object _ ) As IAsyncResult
public IAsyncResult BeginOpen( AsyncCallback callback, object stateObject )
Parameters
- callback
 - The delegate to call when the asynchronous invoke is complete. If callback is a null reference (Nothing in Visual Basic), the delegate is not called.
 - stateObject
 - State information that is passed on to the delegate.