Table of Contents

Interface IResourceHolder

Namespace
Steeltoe.Common.Transaction
Assembly
Steeltoe.Common.Abstractions.dll
public interface IResourceHolder

Properties

IsVoid

Gets a value indicating whether this holder is considered void, leftover from previous thread

bool IsVoid { get; }

Property Value

bool

Methods

Reset()

Reset the transactional state

void Reset()

Unbound()

Notify holder that it has been unbound from transaction

void Unbound()