FastQuant.FileInstrumentServer.Close C# (CSharp) Méthode

Close() public méthode

public Close ( ) : void
Résultat void
        public override void Close()
        {
            if (this.opened)
            {
                this.dataFile.Close();
                this.opened = false;
            }
        }