uaPLUS Reference
CancelUpdate Method
See Also  Send Feedback
I_HDAPlugin Namespace > IAppPlugin Interface : CancelUpdate Method

cancelID
Identifies the request to be cancelled.

Glossary Item Box

Professional Edition only.
This method cancels the outstanding operation. The actual implementation is server specific, but the server shall respond via the client's IOPCHDA_DataCallback::OnCancelComplete method.

Syntax

Visual Basic (Declaration) 
Function CancelUpdate( _
   ByVal cancelID As Integer _
) As Integer
C# 
int CancelUpdate( 
   int cancelID
)

Parameters

cancelID
Identifies the request to be cancelled.

Return Value

HRESULTS success/error code.

Requirements

Target Platforms: Windows XP Professional, Windows Server 2003 family, Windows Vista, Windows 7, Windows Server 2008 family

See Also

© 2010-2018 Copyright Advosol Inc. All Rights Reserved.