Table of Contents

Class StickyOperationAttribute

Namespace
Phoesion.Glow.SDK
Assembly
Phoesion.Glow.SDK.Abstractions.dll

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
object
Attribute
StickyOperationAttribute

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()

Returns

bool

true if this instance is the default attribute for the class; otherwise, false.