ServiceQueue.Rebuild Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
Rebuild() | |
Rebuild(Int32) |
Rebuild()
public void Rebuild ();
member this.Rebuild : unit -> unit
Public Sub Rebuild ()
Applies to
Rebuild(Int32)
public void Rebuild (int maxDop);
member this.Rebuild : int -> unit
Public Sub Rebuild (maxDop As Integer)
Parameters
- maxDop
- Int32