Class ActionParametersAttribute
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
-
objectAttributeActionParametersAttribute
Fields
DoNotPreserveRoutingPath
Do not cache routing path in clients
public bool DoNotPreserveRoutingPath
Field Value
Retries
Set explicit retries for action. (0=default,-1=none)
public int Retries
Field Value
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()