ServicePRO SDK Help

IManageObjectsService..::..BeginSaveUser Method

Namespace:  ServicePRO.Sdk.Windows.Definitions
Assembly:  ServicePRO.Sdk.Windows (in ServicePRO.Sdk.Windows.dll)

Syntax


[OperationContractAttribute]
IAsyncResult BeginSaveUser(
	string sessionKey,
	stcUserDTO sUser,
	stcUserFieldsTableValue[] theUDFValues,
	bool isPasswordModified,
	AsyncCallback callback,
	Object asyncState
)
<OperationContractAttribute> _
Function BeginSaveUser ( _
	sessionKey As String, _
	sUser As stcUserDTO, _
	theUDFValues As stcUserFieldsTableValue(), _
	isPasswordModified As Boolean, _
	callback As AsyncCallback, _
	asyncState As Object _
) As IAsyncResult

Parameters

sessionKey
Type: String
sUser
Type: HelpSTAR.PCL.Common..::..stcUserDTO
theUDFValues
Type: array<stcUserFieldsTableValue>[]()[][]
isPasswordModified
Type: Boolean
callback
Type: AsyncCallback
asyncState
Type: Object