IBeginEnd

Description

interface Tinman.Core.Util.IBeginEnd

Base interface for classes that exhibit a begin/end semantic.

Public / Methods

Begin


public method Begin → ()

Begins an access to this object.

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

End


public method End → ()

Ends the current access to this object.

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