Fan.Sys.Pod.close C# (CSharp) Méthode

close() public méthode

Close the pod which should release any locks on the pod file. This method exists only for testing, and should not otherwise be used.
public close ( ) : void
Résultat void
        public void close()
        {
            fpod.m_store.close();
        }