IReleasePolicy public interface IReleasePolicy : IDisposable Policy managing lifetime of components, and in particular their release process. Documentation Code IReleasePolicy CreateSubPolicy() bool HasTrack(object instance) void Release(object instance) void Track(object instance, Burden burden) Asks the policy to track given object. The object will be released when a call to Release is made.