FastQuant.FileInstrumentServer.Close C# (CSharp) Метод

Close() публичный Метод

public Close ( ) : void
Результат void
        public override void Close()
        {
            if (this.opened)
            {
                this.dataFile.Close();
                this.opened = false;
            }
        }