Method | Description | |
---|---|---|
GetReceiverConfigAsync ( this config, string name, string id, int minLength, int maxLength ) : Task |
Gets the receiver configuration with the given name and id.
|
public static GetReceiverConfigAsync ( this config, string name, string id, int minLength, int maxLength ) : Task |
||
config | this | The current |
name | string | The name of the configuration to obtain. Typically this is the name of the receiver, e.g. |
id | string | A (potentially empty) ID of a particular configuration for this |
minLength | int | The minimum length of the key value. |
maxLength | int | The maximum length of the key value. |
return | Task |