Table of Contents

Class ActionParametersAttribute

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

Mark method the implementation of the api's action (with the same name)

[AttributeUsage(AttributeTargets.Method, AllowMultiple = false, Inherited = false)]
public sealed class ActionParametersAttribute : Attribute
Inheritance
object
Attribute
ActionParametersAttribute

Fields

DoNotPreserveRoutingPath

Do not cache routing path in clients

public bool DoNotPreserveRoutingPath

Field Value

bool

Retries

Set explicit retries for action. (0=default,-1=none)

public int Retries

Field Value

int

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.