Opc.Ua.Core
EndInvokeService Method (IChannelBase)



Opc.Ua Namespace > IChannelBase Interface : EndInvokeService Method
The method used to retrieve the results of a InvokeService service request.
Syntax
'Declaration
 
Function EndInvokeService( _
   ByVal result As IAsyncResult _
) As InvokeServiceResponseMessage
'Usage
 
Dim instance As IChannelBase
Dim result As IAsyncResult
Dim value As InvokeServiceResponseMessage
 
value = instance.EndInvokeService(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

IChannelBase Interface
IChannelBase Members