Interface ITransactionResult
Namespace: Tenray.ZoneTree.Transactional
Assembly: ZoneTree.dll
Syntax
public interface ITransactionResult
Properties
| Improve this Doc View SourceIsAborted
Declaration
bool IsAborted { get; }
Property Value
Type | Description |
---|---|
bool |
Succeeded
Declaration
bool Succeeded { get; }
Property Value
Type | Description |
---|---|
bool |