ClientBase<TChannel>.InvokeAsyncCompletedEventArgs.Results 属性

定义

获取客户端进行异步调用的结果。

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()

属性值

Object[]

一个 Object 数组,包含客户端进行异步调用的结果。

适用于