InvokeCompletedEventArgs.Results Property

Definition

Gets the results returned by the Web method.

public:
 property cli::array <System::Object ^> ^ Results { cli::array <System::Object ^> ^ get(); };
public object[] Results { get; }
member this.Results : obj[]
Public ReadOnly Property Results As Object()

Property Value

Object[]

An array of objects returned by the Web method.

Applies to