Shared Cache is high performance distributed and replication cache system built for .Net applications running in server farms.

[Missing <summary> documentation for "M:SharedCache.WinServiceCommon.HttpModule.OutputCache.Stop(System.Boolean)"]

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

Syntax

C#
public void Stop(
	bool immediate
)
Visual Basic (Declaration)
Public Sub Stop ( _
	immediate As Boolean _
)
Visual C++
public:
virtual void Stop(
	bool immediate
) sealed

Parameters

immediate
Type: System..::.Boolean

[Missing <param name="immediate"/> documentation for "M:SharedCache.WinServiceCommon.HttpModule.OutputCache.Stop(System.Boolean)"]

Implements

IRegisteredObject..::.Stop(Boolean)

Remarks

[Missing <remarks> documentation for "M:SharedCache.WinServiceCommon.HttpModule.OutputCache.Stop(System.Boolean)"]

See Also