Avatar of ZURINET
ZURINET

asked on 

Using String Arrays in a method..

Hi all

Given this class and the method below.

Which retrun an array InvoiceReportWithID[] of values.

I need to return the arrays (InvoiceReportWithID) as a string of arrays
then pass the array to another system whereby I will interate through the values
and used each value set for reprocessing.

That is in the destinaiton system.. I need to call a method  newSystemMethod(cus, trans, deliv, filety)

How can I achive this

Thanks in advance..

public InvoiceReportWithID[] EndGetInvoiceListWithIDs(System.IAsyncResult asyncResult) {
     object[] results = this.EndInvoke(asyncResult);
     return ((InvoiceReportWithID[])(results[0]));
     }
      

public class InvoiceReportWithID 
{ 
  public String CustomerID;  
  public String TransactionID; 
  public DateTime DeliveryDate; 
  public String FileType; 
}

Open in new window

C#.NET Programming

Avatar of undefined
Last Comment
ZURINET
Avatar of Bob Learned
Bob Learned
Flag of United States of America image

I don't understand what you are looking for...
ASKER CERTIFIED SOLUTION
Avatar of ZURINET
ZURINET

Blurred text
THIS SOLUTION IS ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
Avatar of ZURINET
ZURINET

ASKER

Solved the problem with another solution
.NET Programming
.NET Programming

The .NET Framework is not specific to any one programming language; rather, it includes a library of functions that allows developers to rapidly build applications. Several supported languages include C#, VB.NET, C++ or ASP.NET.

137K
Questions
--
Followers
--
Top Experts
Get a personalized solution from industry experts
Ask the experts
Read over 600 more reviews

TRUSTED BY

IBM logoIntel logoMicrosoft logoUbisoft logoSAP logo
Qualcomm logoCitrix Systems logoWorkday logoErnst & Young logo
High performer badgeUsers love us badge
LinkedIn logoFacebook logoX logoInstagram logoTikTok logoYouTube logo