ConfigurationReloadInfo.GetOutOfDatePartStatus
Method
Description:
Access reload information for out of date part.
Access reload information for out of date part.
Parameters
Parameter | Type | Description |
---|---|---|
index | Int32 | The index of the information about the part being reloaded. Must be between 0 and OutOfDatePartCount. |
Return Value
Type | Description |
---|---|
ReloadSwapOutInfo | Information about the part being reloaded. |
Exceptions
Exception | Condition |
---|---|
ArgumentException | The index is out of range. |