ILogProviderOpenMappedContext Method

Quartz.NET 3.0 API Documentation
Opens a mapped diagnostics context. Not supported in EntLib logging.

Namespace:  Quartz.Logging
Assembly:  Quartz (in Quartz.dll) Version: 3.0.0
Syntax

C#
IDisposable OpenMappedContext(
	string key,
	string value
)

Parameters

key
Type: SystemString
A key.
value
Type: SystemString
A value.

Return Value

Type: IDisposable
A disposable that when disposed removes the map from the context.
See Also

Reference