Opc.Ua.BindingFactory.Remove C# (CSharp) 메소드

Remove() 공개 메소드

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