System.IO.IsolatedStorage.IsolatedStorageFileStream.Unlock C# (CSharp) Method

Unlock() public method

public Unlock ( long position, long length ) : void
position long
length long
return void
        public override void Unlock(long position, long length) { }
        public override void Write(byte[] buffer, int offset, int count) { }