Udostępnij za pośrednictwem


SignalRParameterAttribute Class

Definition

Mark the parameter as the SignalR parameter that need to bind arguments. It's mutually exclusive with ParameterNames. That means you can not set ParameterNames and use SignalRParameterAttribute at the same time.

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

Constructors

SignalRParameterAttribute()

Applies to