Opc.Ua.Core
EndInvokeService Method (UaChannelBase)



Opc.Ua Namespace > UaChannelBase Class : EndInvokeService Method
The client side implementation of the EndInvokeService service contract.
Syntax
'Declaration
 
Public MustOverride Function EndInvokeService( _
   ByVal result As IAsyncResult _
) As InvokeServiceResponseMessage
'Usage
 
Dim instance As UaChannelBase
Dim result As IAsyncResult
Dim value As InvokeServiceResponseMessage
 
value = instance.EndInvokeService(result)
public abstract InvokeServiceResponseMessage EndInvokeService( 
   IAsyncResult result
)
public:
abstract InvokeServiceResponseMessage^ EndInvokeService( 
   IAsyncResult^ result
) 

Parameters

result
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

UaChannelBase Class
UaChannelBase Members