EasyUA Reference
CallSynchronously Method
See Also  Send Feedback
Opc.Ua.Core.Net4 Assembly > Opc.Ua Namespace > IChannelOutgoingRequest Interface : CallSynchronously Method

Glossary Item Box

Used to call the default synchronous handler.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As IChannelOutgoingRequest
 
instance.CallSynchronously()
C# 
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/8/10, Windows Server 2003/2008/2012/2015, .NET4.x

See Also

Copyright © 2018 Advosol Inc. All Rights Reserved.