Click or drag to resize
Infosoft Logo

UserServiceUserDelete Method

This operation deletes an existing user from the database. Any data associated with the user will be removed. The deletion is irreversible.

Namespace: Infosoft.UserRegister.ServiceImplementation
Assembly: Infosoft.UserRegister (in Infosoft.UserRegister.dll) Version: 4.00.0.0
Syntax
public UserDeleteResponse UserDelete(
	UserDeleteRequest request
)

Parameters

request  UserDeleteRequest
A request message object, containing a user object.

Return Value

UserDeleteResponse
A response message object, containing a user object representing the user that was just deleted. The user object has had its User_Id removed, indicating that this ID is no longer in use in the database.

Implements

IUserServiceContractUserDelete(UserDeleteRequest)
See Also