ServicePRO SDK Help

CoreServicesClient..::..BeginSaveUserOptions Method

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

Syntax


public IAsyncResult BeginSaveUserOptions(
	string userSessionKey,
	stcUserOption userOptions,
	AsyncCallback callback,
	Object asyncState
)
Public Function BeginSaveUserOptions ( _
	userSessionKey As String, _
	userOptions As stcUserOption, _
	callback As AsyncCallback, _
	asyncState As Object _
) As IAsyncResult

Parameters

userSessionKey
Type: String
userOptions
Type: HelpSTAR.PCL.Common..::..stcUserOption
callback
Type: AsyncCallback
asyncState
Type: Object