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

Reconnect() публичный абстрактный Метод

Closes any existing secure channel and opens a new one.
Calling this method will cause outstanding requests over the current secure channel to fail.
Thrown if any communication error occurs.
public abstract Reconnect ( ) : void
Результат void
        public abstract void Reconnect();