UpdaterRegistry.IsUpdaterRegistered(UpdaterId)
Method
Description:
Checks whether updater with the given id is registered
Checks whether updater with the given id is registered
Parameters
| Parameter | Type | Description |
|---|---|---|
| id | UpdaterId | Id of the updater being tested. |
Return Value
| Type | Description |
|---|---|
| Boolean | Returns true if the updater is registered. |
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | A non-optional argument was null |