ClientKeySet.AddServiceRange(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.
Adds a range of services to which the client (the license is issued to) has access.
public void AddServiceRange (int start, int end);
member this.AddServiceRange : int * int -> unit
Public Sub AddServiceRange (start As Integer, end As Integer)
Parameters
- start
- Int32
The beginning of the service range.
- end
- Int32
The end of the service range..
Exceptions
Thrown if end
is greater than or equal to the NumberOfServices
in the MasterKeySet specified when constructing this ClientKeySet.