Starts, pauses, or stops the process of rebuilding a content server disk.
Syntax
ContentServerDisk.Rebuild( RebuildOpt )
Parameters
RebuildOpt
A rebuild option that has one of the following values.
Constant | Value | Description |
MSRVREBUILD_LAST | 0 | Restarts the rebuilding process where it was previously stopped. |
MSRVREBUILD_STOP | 1 | Stops the rebuilding process. |
MSRVREBUILD_FROM_START | 2 | Rebuilds disk from the beginning. |
Remarks
This is an asynchronous operation.
See Also
Content Server Disk object, ServerView object
[Previous][Next]