Opc.Ua.BindingFactory.Remove C# (CSharp) Method

Remove() public method

Removes a binding type from the factory.
public Remove ( string uriScheme ) : void
uriScheme string The URI scheme.
return void
        public virtual void Remove(string uriScheme)
        { 
            m_bindings.Remove(uriScheme);
        }