Click or drag to resize

ClientCreateUserCompletionHandler Delegate

Declare a delegate that handles the CreateUser request.

Namespace:  Avaya.ClientServices
Assembly:  AvayaClientServices (in AvayaClientServices.dll) Version: 550.0.60.0
Syntax
C#
public delegate void CreateUserCompletionHandler(
	User user,
	UserCreatedException error
)

Parameters

user
Type: Avaya.ClientServicesUser
Not null if the create user was successful. Represents the User that was created.
error
Type: Avaya.ClientServicesUserCreatedException
Not null if the create user failed. Represents the error associated with creating the user.
See Also