C# Class Thismaker.Aba.Client.SignalR.SubscribeAttribute

Inheritance: Attribute
Afficher le fichier Open project: ocluse/LiquidSnow Class Usage Examples

Méthodes publiques

Méthode Description
SubscribeAttribute ( ) : System

Creates a new instance of the subscribe attribute

SubscribeAttribute ( string methodName ) : System

Creates a new instance of the subscribe attribute with the specified custom method name

Method Details

SubscribeAttribute() public méthode

Creates a new instance of the subscribe attribute
public SubscribeAttribute ( ) : System
Résultat System

SubscribeAttribute() public méthode

Creates a new instance of the subscribe attribute with the specified custom method name
public SubscribeAttribute ( string methodName ) : System
methodName string The name that will be used when subscribing to the hub
Résultat System