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)

Syntax

public const int UnsupportedOperationAttemptedOnPort
public:
literal int UnsupportedOperationAttemptedOnPort
static val mutable UnsupportedOperationAttemptedOnPort : int
Public Const UnsupportedOperationAttemptedOnPort As Integer

Field Value

Type: System.Int32

Remarks

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

See Also

DataCacheErrorCode Class
Microsoft.ApplicationServer.Caching Namespace

Return to top