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

Close() public méthode

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