E-Banking Integrator V4 - Online Help
E-Banking Integrator V4
Questions / Feedback?

HasXPathAsync Method

Checks whether a certain XPath exists inside the aggregate.

Syntax

[VB.NET]
Public Function HasXPathAsync(ByVal XPath As String) As Task<bool>
[C#]
public Task<bool> HasXPathAsync(string XPath);

Remarks

This method is the asynchronous version of the HasXPath method and is used to support asynchronous operations in WinRT. Please refer to HasXPath for more information.

 
 
Copyright (c) 2017 /n software inc. - All rights reserved.
Build 4.0.6240.0