C# 클래스 AppBoxr.AppBoxrMethodDescriptorProvider

상속: IMethodDescriptorProvider
파일 보기 프로젝트 열기: TimHeckel/AppBoxr

공개 메소드들

메소드 설명
GetMethods ( HubDescriptor hub ) : IEnumerable
TryGetMethod ( HubDescriptor hub, string method, MethodDescriptor &descriptor ) : bool

메소드 상세

GetMethods() 공개 메소드

public GetMethods ( HubDescriptor hub ) : IEnumerable
hub Microsoft.AspNet.SignalR.Hubs.HubDescriptor
리턴 IEnumerable

TryGetMethod() 공개 메소드

public TryGetMethod ( HubDescriptor hub, string method, MethodDescriptor &descriptor ) : bool
hub Microsoft.AspNet.SignalR.Hubs.HubDescriptor
method string
descriptor Microsoft.AspNet.SignalR.Hubs.MethodDescriptor
리턴 bool