asked on
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;
}
ASKER
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.
TRUSTED BY