Baza.Infrastructure.Logging.EnterpriseLibrary.EnterpriseLibraryLogger.BeginScopeImpl C# (CSharp) Method

BeginScopeImpl() public method

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