'Declaration
Protected Overridable Function OnBeginOpen( _
ByVal timeout As System.TimeSpan, _
ByVal callback As System.AsyncCallback, _
ByVal state As System.Object _
) As System.IAsyncResult
'Usage
Dim instance As XServiceHost
Dim timeout As System.TimeSpan
Dim callback As System.AsyncCallback
Dim state As System.Object
Dim value As System.IAsyncResult
value = instance.OnBeginOpen(timeout, callback, state)
Parameters
timeout
callback
state
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2