Click or drag to resize

ClientCreateUser Method

Creates a new User instance.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public void CreateUser(
	UserConfiguration configuration,
	ClientCreateUserCompletionHandler completionHandler
)

Parameters

configuration
Type: Avaya.ClientServicesUserConfiguration
UserConfiguration data for the user. Includes all of the user specific data required for this user.
completionHandler
Type: Avaya.ClientServicesClientCreateUserCompletionHandler
A completion handler to call when the operation has completed.
See Also