Compartilhar via


ClientKeySet.AddServiceRange(Int32, Int32) Method

Definition

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.

Applies to