Method | Description | |
---|---|---|
DefaultHubManager ( IDependencyResolver resolver ) : System | ||
GetHub ( string hubName ) : |
||
GetHubMethod ( string hubName, string method, IList |
||
GetHubMethods ( string hubName, bool>.Func |
||
GetHubs ( bool>.Func |
||
ResolveHub ( string hubName ) : IHub | ||
ResolveHubs ( ) : IEnumerable |
public DefaultHubManager ( IDependencyResolver resolver ) : System | ||
resolver | IDependencyResolver | |
return | System |
public GetHub ( string hubName ) : |
||
hubName | string | |
return |
public GetHubMethod ( string hubName, string method, IList |
||
hubName | string | |
method | string | |
parameters | IList |
|
return |
public GetHubMethods ( string hubName, bool>.Func |
||
hubName | string | |
predicate | bool>.Func | |
return | IEnumerable |
public GetHubs ( bool>.Func |
||
predicate | bool>.Func | |
return | IEnumerable |