Open.Core.Common.DataContextObserver.DisposeOfManagedResources C# (CSharp) Méthode

DisposeOfManagedResources() protected méthode

Invoked when the Dispose method is called. Use this to dispose of any managed resources or unwire from events etc.
It is not necessary to call base in the overridden method. This is a convenience method that is called from the main 'Dispose' virtual method.
protected DisposeOfManagedResources ( ) : void
Résultat void
        protected virtual void DisposeOfManagedResources() { }