Click or drag to resize

LogContextCacheTrySetHttpContext Method

[Missing <summary> documentation for "M:Casewhere.Infrastructure.Logging.LogContextCache.TrySetHttpContext(System.String,System.Object)"]


Namespace: Casewhere.Infrastructure.Logging
Assembly: Casewhere.Infrastructure.Logging (in Casewhere.Infrastructure.Logging.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
C#
public static bool TrySetHttpContext(
	string key,
	Object value
)

Parameters

key  String
 
value  Object
 

Return Value

Boolean

[Missing <returns> documentation for "M:Casewhere.Infrastructure.Logging.LogContextCache.TrySetHttpContext(System.String,System.Object)"]

See Also