Global SafeAdd Method A Sandcastle Documented Class Library
Safely adds an object to the application cache.

Namespace: P4s3Web
Assembly: P4s3Web (in P4s3Web.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

public static void SafeAdd(
	Object key,
	Object obj
)

Parameters

key
Type: System Object
obj
Type: System Object
See Also