ClientKeySet.AddServices(Int32[]) Method

Definition

Adds services to which the client (the license is issued to) has access.

public void AddServices (int[] services);
member this.AddServices : int[] -> unit
Public Sub AddServices (services As Integer())

Parameters

services
Int32[]

An array that contains all the services to add.

Exceptions

Thrown if any value in services is greater than or equal to the NumberOfServices in the MasterKeySet specified when constructing this ClientKeySet.

Applies to