Click or drag to resize
Infosoft Logo

UserServiceUserServiceAdd Method

This operation adds a new user/service connection, with an optional reference key, to the database.

Namespace: Infosoft.UserRegister.ServiceImplementation
Assembly: Infosoft.UserRegister (in Infosoft.UserRegister.dll) Version: 4.00.0.0
Syntax
public UserServiceAddResponse UserServiceAdd(
	UserServiceAddRequest request
)

Parameters

request  UserServiceAddRequest
A request message object, containing a WSUserService object. That object must in turn contain a valid user, a valid service object, and optionally a reference key. The service object must have a valid Service_Id, but the other fields on the object (including the name) will be ignored.

Return Value

UserServiceAddResponse
A message response object, containing the newly created user/service connection object.

Implements

IUserServiceContractUserServiceAdd(UserServiceAddRequest)
See Also