DotNetWorkQueue.Logging.NullLoggerProvider.OpenMappedContext C# (CSharp) Method

OpenMappedContext() public method

Opens a mapped diagnostics context. Not supported in EntLib logging.
public OpenMappedContext ( string key, string value ) : IDisposable
key string A key.
value string A value.
return IDisposable
        public IDisposable OpenMappedContext(string key, string value)
        {
            return NullDisposable.Instance;
        }