ServicePRO SDK Help

IRequestServices..::..BeginAddMemo Method

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

Syntax


[OperationContractAttribute]
IAsyncResult BeginAddMemo(
	string userSessionKey,
	stcMemo Memo,
	AsyncCallback callback,
	Object asyncState
)
<OperationContractAttribute> _
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