XFileData.Unlock Method |
Language: |
Ends access to the GraphicsStream object returned by XFileData.Lock.
Visual Basic .NET Public Sub Unlock() C# public void Unlock(); Managed C++ public: void Unlock(); JScript .NET public function Unlock();
You must ensure that the number of lock calls matches the number of unlock calls.
After calling XFileData.Unlock, the GraphicsStream object returned by XFileData.Lock should no longer be used.
Feedback? Please provide us with your comments on this topic.