UnlockFile Method
Unlocks the specified file.
Syntax
[VB.NET] Public Sub UnlockFile()
[C#] public void UnlockFile();
Remarks
This method unlocks the file specified by ResourceId. This may be used to clear a lock before the expiration date that was set when calling LockFile.
NOTE: This method has a corresponding asynchronous version (UnlockFileAsync) for use in the WinRT environment.