ServicePRO SDK Help

IRequestServices..::..BeginAddMemoChagesInTree Method

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

Syntax


[OperationContractAttribute]
IAsyncResult BeginAddMemoChagesInTree(
	string userSessionKey,
	int ChildId,
	int ParentId,
	bool Flag,
	AsyncCallback callback,
	Object asyncState
)
<OperationContractAttribute> _
Function BeginAddMemoChagesInTree ( _
	userSessionKey As String, _
	ChildId As Integer, _
	ParentId As Integer, _
	Flag As Boolean, _
	callback As AsyncCallback, _
	asyncState As Object _
) As IAsyncResult

Parameters

userSessionKey
Type: String
ChildId
Type: Int32
ParentId
Type: Int32
Flag
Type: Boolean
callback
Type: AsyncCallback
asyncState
Type: Object