C# 클래스 Thismaker.Aba.Client.SignalR.SubscribeAttribute

상속: Attribute
파일 보기 프로젝트 열기: ocluse/LiquidSnow 1 사용 예제들

공개 메소드들

메소드 설명
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