Méthode | Description | |
---|---|---|
DefaultHubManager ( IEnumerable |
||
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 ( IEnumerable |
||
hubProviders | IEnumerable |
|
methodProviders | IEnumerable |
|
activator | IHubActivator | |
Résultat | System |
public GetHub ( string hubName ) : |
||
hubName | string | |
Résultat |
public GetHubMethod ( string hubName, string method, IList |
||
hubName | string | |
method | string | |
parameters | IList |
|
Résultat |
public GetHubMethods ( string hubName, bool>.Func |
||
hubName | string | |
predicate | bool>.Func | |
Résultat | IEnumerable |
public GetHubs ( bool>.Func |
||
predicate | bool>.Func | |
Résultat | IEnumerable |
public ResolveHub ( string hubName ) : IHub | ||
hubName | string | |
Résultat | IHub |