ServicePRO SDK Help

RequestServicesClient..::..BeginAddMemo Method

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

Syntax


public IAsyncResult BeginAddMemo(
	string userSessionKey,
	stcMemo Memo,
	AsyncCallback callback,
	Object asyncState
)
Public Function BeginAddMemo ( _
	userSessionKey As String, _
	Memo As stcMemo, _
	callback As AsyncCallback, _
	asyncState As Object _
) As IAsyncResult

Parameters

userSessionKey
Type: String
Memo
Type: HelpSTAR.PCL.Common..::..stcMemo
callback
Type: AsyncCallback
asyncState
Type: Object