DataCacheErrorCode.UnsupportedOperationAttemptedOnPort Field

 

The current operation is not supported on this port.

Namespace:   Microsoft.ApplicationServer.Caching
Assembly:  Microsoft.ApplicationServer.Caching.Core (in Microsoft.ApplicationServer.Caching.Core.dll)

public const int UnsupportedOperationAttemptedOnPort

Field Value

Type: System.Int32

This error can occur if Get/Put calls are made to a port other than the cache port.

Return to top
Show: