Opc.Ua.Core
CallSynchronously Method (IEndpointIncomingRequest)



Opc.Ua Namespace > IEndpointIncomingRequest Interface : CallSynchronously Method
Used to call the default synchronous handler.
Syntax
'Declaration
 
Sub CallSynchronously() 
'Usage
 
Dim instance As IEndpointIncomingRequest
 
instance.CallSynchronously()
void CallSynchronously()
void CallSynchronously(); 
Remarks
This method may block the current thread so the caller must not call in the thread that calls IServerBase.ScheduleIncomingRequest(). This method always traps any exceptions and reports them to the client as a fault.
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

IEndpointIncomingRequest Interface
IEndpointIncomingRequest Members