Click or drag to resize
Infosoft Logo

UserServiceUserServiceGet Method

This operation returns a list of user/service connection objects for the given user, and optionally for a specific service only.

Namespace: Infosoft.UserRegister.ServiceImplementation
Assembly: Infosoft.UserRegister (in Infosoft.UserRegister.dll) Version: 4.00.0.0
Syntax
public UserServiceGetResponse UserServiceGet(
	UserServiceGetRequest request
)

Parameters

request  UserServiceGetRequest
A request message object, containing a user object and optionally a service object.

Return Value

UserServiceGetResponse
A response message object, containing a list of WSUserService objects.

Implements

IUserServiceContractUserServiceGet(UserServiceGetRequest)
See Also