Compartilhar via


ClientKeySet.AddService(Int32) Method

Definition

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

public void AddService (int service);
member this.AddService : int -> unit
Public Sub AddService (service As Integer)

Parameters

service
Int32

The service to add to the license.

Exceptions

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

Applies to