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

GetImageAsync Method

Request and retrieve a statement closing information image (if available).

Syntax

[VB.NET]
Public Function GetImageAsync(ByVal ImageRef As String, ByVal ImageRefType As String) As Task<IList<byte>>
[C#]
public Task<IList<byte>> GetImageAsync(string imageRef, string imageRefType);

Remarks

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

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