GSF.IO.FileStructure.Media.MemoryPoolFile.ChangeShareMode C# (CSharp) 메소드

ChangeShareMode() 공개 메소드

Reopens the file with different permissions.
public ChangeShareMode ( bool isReadOnly, bool isSharingEnabled ) : void
isReadOnly bool If the file should be reopened as readonly
isSharingEnabled bool If the file should share read privileges.
리턴 void
        public void ChangeShareMode(bool isReadOnly, bool isSharingEnabled)
        {
            m_isReadOnly = isReadOnly;
        }