Opc.Ua.Bindings.CustomTransportChannel.BeginReconnect C# (CSharp) Method

BeginReconnect() public method

Begins an asynchronous operation to close the existing secure channel and open a new one.
Thrown if any communication error occurs.
public BeginReconnect ( AsyncCallback callback, object callbackData ) : IAsyncResult
callback AsyncCallback The callback to call when the operation completes.
callbackData object The callback data to return with the callback.
return IAsyncResult
        public IAsyncResult BeginReconnect(AsyncCallback callback, object callbackData)
        {
            throw new NotImplementedException();
        }