Base interface for classes that exhibit a begin/end semantic.
Begins an access to this object.
method
|
Begin
()
|
Remarks:
See the documentation of the class which implements this interface for details on the operations that must be wrapped in Begin and End calls.
See also:
BeginEndEnds the current access to this object.
method
|
End
()
|
Remarks:
See the documentation of the class which implements this interface for details on the operations that must be wrapped in Begin and End calls.
See also:
BeginEnd