Baza.Infrastructure.Logging.EnterpriseLibrary.EnterpriseLibraryLogger.BeginScopeImpl C# (CSharp) Méthode

BeginScopeImpl() public méthode

public BeginScopeImpl ( object state ) : IDisposable
state object
Résultat IDisposable
        public IDisposable BeginScopeImpl(object state)
        {
            return null;
        }