Unlocks the buffer object.
public void UnlockBuffer()
Public Sub UnlockBuffer
public: void UnlockBuffer()
member UnlockBuffer : unit -> unit
If a thread calls lockBuffer() then it must call unlockBuffer() to allow other threads to lock the buffer.