SignalRIgnoreAttribute Class

Definition

In class based model, mark the parameter explicitly not to be a SignalR parameter. That means it won't be bound to a InvocationMessage argument.

[System.AttributeUsage(System.AttributeTargets.Parameter)]
public class SignalRIgnoreAttribute : Attribute
[<System.AttributeUsage(System.AttributeTargets.Parameter)>]
type SignalRIgnoreAttribute = class
    inherit Attribute
Public Class SignalRIgnoreAttribute
Inherits Attribute
Inheritance
SignalRIgnoreAttribute
Attributes

Constructors

SignalRIgnoreAttribute()

Applies to