ServicePRO SDK Help

RequestServicesClient..::..BeginAddMemoChagesInTree Method

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

Syntax


public IAsyncResult BeginAddMemoChagesInTree(
	string userSessionKey,
	int ChildId,
	int ParentId,
	bool Flag,
	AsyncCallback callback,
	Object asyncState
)
Public 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