Opc.Ua.WcfChannelBase.SendRequestAsyncResult.CallSynchronously C# (CSharp) Метод

CallSynchronously() публичный Метод

Used to call the default synchronous handler.
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.
public CallSynchronously ( ) : void
Результат void
            public void CallSynchronously()
            {
                OnSendRequest(null);
            }