Click or drag to resize
InstantHandleAttribute Class
Tells code analysis engine if the parameter is completely handled when the invoked method is on stack. If the parameter is a delegate, indicates that delegate is executed while the method is executed. If the parameter is an enumerable, indicates that it is enumerated while the method is executed
Inheritance Hierarchy
SystemObject
  SystemAttribute
    Hangfire.AnnotationsInstantHandleAttribute

Namespace: Hangfire.Annotations
Assembly: Hangfire.Core (in Hangfire.Core.dll) Version: 1.5.0.0
Syntax
[AttributeUsageAttribute(AttributeTargets.Parameter, Inherited = true)]
public sealed class InstantHandleAttribute : Attribute

The InstantHandleAttribute type exposes the following members.

Constructors
  NameDescription
Public methodInstantHandleAttribute
Initializes a new instance of the InstantHandleAttribute class
Top
See Also