RegionRestrictedSet.DisallowRegionRange(Int32, Int32) 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.
Specifies a range of regions that are blacked out.
public void DisallowRegionRange (int regionStart, int regionEnd);
member this.DisallowRegionRange : int * int -> unit
Public Sub DisallowRegionRange (regionStart As Integer, regionEnd As Integer)
Parameters
- regionStart
- Int32
Start of region list range.
- regionEnd
- Int32
End of region list range.
Exceptions
Thrown if any region in the specified range is already disallowed.