Opc.Ua.BindingFactory.Remove C# (CSharp) Méthode

Remove() public méthode

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