uaPLUS Reference
CancelUpdate Method
See Also  Send Feedback
HDAPlugin Namespace > AppPlugin Class : 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) 
Public Function CancelUpdate( _
   ByVal cancelID As Integer _
) As Integer
C# 
public 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.