Opc.Ua.CertificateIdentifierCollection.Open C# (CSharp) 메소드

Open() 공개 메소드

Opens the store at the specified location.
The syntax depends on the store implementation.
public Open ( string location ) : void
location string The location.
리턴 void
        public void Open(string location)
        {
            // nothing to do.
        }