Show / Hide Table of Contents

Class CSHTML5_ClientBase<TChannel>.InvokeAsyncCompletedEventArgs

Stores the results from an asynchronous call made by the client.

Inheritance
System.Object
System.EventArgs
System.ComponentModel.AsyncCompletedEventArgs
CSHTML5_ClientBase<TChannel>.InvokeAsyncCompletedEventArgs
Inherited Members
System.ComponentModel.AsyncCompletedEventArgs.RaiseExceptionIfNecessary()
System.ComponentModel.AsyncCompletedEventArgs.Cancelled
System.ComponentModel.AsyncCompletedEventArgs.Error
System.ComponentModel.AsyncCompletedEventArgs.UserState
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: System.ServiceModel
Assembly: OpenSilver.dll
Syntax
protected class InvokeAsyncCompletedEventArgs : AsyncCompletedEventArgs

Properties

| Improve this Doc View Source

Results

Declaration
public object[] Results { get; }
Property Value
Type Description
System.Object[]
  • Improve this Doc
  • View Source