FlickrNet.LockFile.LockFile C# (CSharp) Method

LockFile() public method

public LockFile ( string filepath ) : System
filepath string
return System
        public LockFile(string filepath)
        {
            this.filepath = filepath;
            this.disposeHelper = new DisposeHelper(this);
        }