Click or drag to resize

ISyncRoot Interface

Adds a sync-root to the interceptor. The sync-root object is the same for all interceptors applied to the property, field or method.

This interceptor extension is available for IPropertyGetterInterceptor, IPropertySetterInterceptor, IPropertyInterceptor, IMethodInterceptor and ISimpleMethodInterceptor.

Namespace:  Cauldron.Interception
Assembly:  Cauldron.Interception (in Cauldron.Interception.dll) Version: 1.0.0
Syntax
public interface ISyncRoot

The ISyncRoot type exposes the following members.

Properties
  NameDescription
Public propertySyncRoot
Gets or sets the lock object of the interceptor. This is automatically set by Cauldron. Any value will be overriden.
Top
See Also