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

Inheritance: Attribute
显示文件 Open project: ocluse/LiquidSnow Class Usage Examples

Public Methods

Method 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 method

Creates a new instance of the subscribe attribute
public SubscribeAttribute ( ) : System
return System

SubscribeAttribute() public method

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
return System