Class StickyOperationAttribute
Mark as a StickyOperation method. OperationId must be included in url and can be retrieved using with Context.Operation
[AttributeUsage(AttributeTargets.Method, AllowMultiple = false, Inherited = true)]
public sealed class StickyOperationAttribute : Attribute
- Inheritance
-
objectAttributeStickyOperationAttribute
Methods
IsDefaultAttribute()
When overridden in a derived class, indicates whether the value of this instance is the default value for the derived class.
public override bool IsDefaultAttribute()