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.Attributes.SharedCacheSoapExtension.ProcessMessage(System.Web.Services.Protocols.SoapMessage)"]

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 ProcessMessage(
	SoapMessage message
)
Visual Basic (Declaration)
Public Overrides Sub ProcessMessage ( _
	message As SoapMessage _
)
Visual C++
public:
virtual void ProcessMessage(
	SoapMessage^ message
) override

Parameters

message
Type: System.Web.Services.Protocols..::.SoapMessage

[Missing <param name="message"/> documentation for "M:SharedCache.WinServiceCommon.Attributes.SharedCacheSoapExtension.ProcessMessage(System.Web.Services.Protocols.SoapMessage)"]

Remarks

[Missing <remarks> documentation for "M:SharedCache.WinServiceCommon.Attributes.SharedCacheSoapExtension.ProcessMessage(System.Web.Services.Protocols.SoapMessage)"]

See Also