Method | Description | |
---|---|---|
GetMethods ( |
||
ReflectedMethodDescriptorProvider ( ) : System | ||
TryGetMethod ( |
Searches the specified hub">Hub for the specified |
Method | Description | |
---|---|---|
BuildHubExecutableMethodCacheKey ( |
||
BuildMethodCacheFor ( |
Builds a dictionary of all possible methods on a given hub. Single entry contains a collection of available overloads for a given method name (key). This dictionary is being cached afterwards.
|
|
ExtractProgressParameter ( |
||
FetchMethodsFor ( |
Retrieves an existing dictionary of all available methods for a given hub from cache. If cache entry does not exist - it is created automatically by BuildMethodCacheFor.
|
|
GetMethodAttributeName ( |
||
GetMethodDescriptor ( string methodName, |
||
GetMethodName ( |
||
IsProgressType ( |
public GetMethods ( |
||
hub | ||
return | IEnumerable |
public ReflectedMethodDescriptorProvider ( ) : System | ||
return | System |
public TryGetMethod ( |
||
hub | Hub to search for the specified |
|
method | string | The method name to search for. |
descriptor | If successful, the |
|
parameters | IList |
The set of parameters that will be used to help locate a specific overload of the specified |
return | bool |