ClientBase(Of TChannel).InvokeAsyncCompletedEventArgs.Results Property
[ This article is for Windows Phone 8 developers. If you’re developing for Windows 10, see the latest documentation. ]
Gets the results from an asynchronous call made by the client.
Assembly: System.ServiceModel (in System.ServiceModel.dll)
Property Value
Type: System.Object ()An array of typeObject that contains the results from an asynchronous call made by the client.
Show: