Opc.Ua.Core
EndClose Method (HttpsTransportChannel)



Opc.Ua.Bindings Namespace > HttpsTransportChannel Class : EndClose Method
Syntax
'Declaration
 
Public Sub EndClose( _
   ByVal result As IAsyncResult _
) 
'Usage
 
Dim instance As HttpsTransportChannel
Dim result As IAsyncResult
 
instance.EndClose(result)
public void EndClose( 
   IAsyncResult result
)
public:
void EndClose( 
   IAsyncResult^ result
) 

Parameters

result
Remarks
Not implemented here.
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

See Also

Reference

HttpsTransportChannel Class
HttpsTransportChannel Members