XMLDA.NET Reference
DataBindCancel Method
See Also  Send Feedback
xmldanet Namespace > XmlServer Class : DataBindCancel Method

localeID
Locale ID for error text. The default is "en"
Errors
Array with error code/text indicating errors at cancelling the DataLink for an item. Null (Nothing) indicates success.

Glossary Item Box

Cancels some or all DataBind subscriptions. The server subscription/group is deleted if no DataBind is left active.

Syntax

Visual Basic (Usage)Copy Code
Dim instance As XmlServer
Dim links() As DataBindSubscription
Dim localeID As String
Dim Errors As OPCError()
 
instance.DataBindCancel(links, localeID, Errors)
C# 
public void DataBindCancel( 
   DataBindSubscription[] links,
   string localeID,
   out OPCError[] Errors
)

Parameters

links
null or an array of DataBind definitions. Null forces all DataBinds to be cancelled.
localeID
Locale ID for error text. The default is "en"
Errors
Array with error code/text indicating errors at cancelling the DataLink for an item. Null (Nothing) indicates success.

Requirements

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

>

See Also

© 2002-2012 Advosol Inc. All Rights Reserved.