SignalRParameterAttribute Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET