Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.
Receive the file name stored by GetInitializer and store it in a member variable for this specific instance.

Namespace:  SharedCache.WinServiceCommon.Attributes
Assembly:  SharedCache.WinServiceCommon (in SharedCache.WinServiceCommon.dll) Version: 3.0.5.1 (3.0.5.1)

Syntax

C#
public override void Initialize(
	Object initializer
)
Visual Basic (Declaration)
Public Overrides Sub Initialize ( _
	initializer As Object _
)
Visual C++
public:
virtual void Initialize(
	Object^ initializer
) override

Parameters

initializer
Type: System..::.Object
An Object obejct.

Remarks

[Missing <remarks> documentation for "M:SharedCache.WinServiceCommon.Attributes.SharedCacheSoapExtension.Initialize(System.Object)"]

See Also