Implementation of the IBeginEnd interface that computes the balance between calls to Begin and End.
sealed class
|
BeginEnd
|
implements
|
IBeginEnd
|
Balance between calls to Begin (+1) and calls to End (-1).
public
property
|
Balance
{
get
}
|
||
type
|
int32
|
||
value
|
|
The call balance. |
public
property
|
IsActive
{
get
}
|
||
type
|
bool
|
||
value
|
Begins an access to this object.
public
method
|
Begin
()
|
||
implements
|
IBeginEnd.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.
public
method
|
End
()
|
||
implements
|
IBeginEnd.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