Fan.Sys.Pod.close C# (CSharp) Method

close() public method

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
return void
        public void close()
        {
            fpod.m_store.close();
        }