The UnitOfWorkPerCallScopeExtension<(Of <(T>)>) type exposes the following members.

Constructors

  NameDescription
UnitOfWorkPerCallScopeExtension<(Of <(T>)>)
Initializes a new instance of the UnitOfWorkPerCallScopeExtension<(Of <(T>)>) class.

Methods

  NameDescription
Attach
Enables an extension object to find out when it has been aggregated. Called when the extension is added to the Extensions property.
Detach
Enables an object to find out when it is no longer aggregated. Called when an extension is removed from the Extensions property.

Properties

  NameDescription
Current
Returns the current instance of this extension as held in the current OperationContext.
UnitOfWork
The strongly typed UnitOfWork instance which is held by the extension instance.

See Also