Lock this record buffer so that a sequence of method invocations on this record buffer can occur uninterrupted by other threads.
Synopsis
Declared in <ball_recordbuffer.h>
virtual
void
beginSequence() = 0;
Description
The buffer will remain locked until endSequence is called.
Created with MrDocs