'DeclarationPublic Sub EndClose( _ ByVal result As IAsyncResult _ )
'UsageDim instance As UaSCUaBinaryTransportChannel Dim result As IAsyncResult instance.EndClose(result)
public void EndClose( IAsyncResult result )
public: void EndClose( IAsyncResult^ result )
Parameters
- result
- The result returned from the BeginClose call.