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