SignalRIgnoreAttribute 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.
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
Współpracuj z nami w serwisie GitHub
Źródło tej zawartości można znaleźć w witrynie GitHub, gdzie można również tworzyć i przeglądać problemy i żądania ściągnięcia. Więcej informacji znajdziesz w naszym przewodniku dla współtwórców.
Azure SDK for .NET