Joined
Last Seen
0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
0 Endorsements
Ranked #107.70K
1 Posted Topic
I have been creating a class that has those parameters and then passing the class to the RunWorkerCompleted. [CODE]internal class MyClass { public Customer[] oParam1; public Vat[] oParam2; public MyClass(Customer[] o1, Vat[] o2) { //Set variables here } }[/CODE] [CODE]e.Result = new MyClass(this.wsInvoice.getCustomers("user", "pw"), his.wsInvoice.getVatRates("user", "pw")); //Or these can be …
The End.
orthimnas