'Declaration
Sub EndOpen( _ ByVal result As IAsyncResult _ )
'Usage
Dim instance As ITransportChannel Dim result As IAsyncResult instance.EndOpen(result)
void EndOpen( IAsyncResult result )
void EndOpen( IAsyncResult^ result )
Parameters
- result
- The result returned from the BeginOpen call.