Table of Contents

Class SossApiMethodAttribute

Namespace
Scaleout.Modules.Abstractions
Assembly
Scaleout.Modules.Abstractions.dll

Specifies metadata for a method that is exposed as a Active Caching API module endpoint.

[AttributeUsage(AttributeTargets.Method, Inherited = true, AllowMultiple = false)]
public sealed class SossApiMethodAttribute : Attribute
Inheritance
SossApiMethodAttribute
Inherited Members

Constructors

SossApiMethodAttribute()

public SossApiMethodAttribute()

Properties

LockingMode

public ApiProcessorLockingMode LockingMode { get; set; }

Property Value

ApiProcessorLockingMode

OperationId

public string? OperationId { get; set; }

Property Value

string