C# Класс Thismaker.Aba.Client.SignalR.SubscribeAttribute

Наследование: Attribute
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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

Описание методов

SubscribeAttribute() публичный Метод

Creates a new instance of the subscribe attribute
public SubscribeAttribute ( ) : System
Результат System

SubscribeAttribute() публичный Метод

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
Результат System