Class GetUpdateableProductsCompletedEventArgs
Inheritance
System.Object
System.EventArgs
System.ComponentModel.AsyncCompletedEventArgs
GetUpdateableProductsCompletedEventArgs
Inherited Members
System.ComponentModel.AsyncCompletedEventArgs.RaiseExceptionIfNecessary()
System.ComponentModel.AsyncCompletedEventArgs.Cancelled
System.ComponentModel.AsyncCompletedEventArgs.Error
System.ComponentModel.AsyncCompletedEventArgs.UserState
System.EventArgs.Empty
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Simplic.Cloud.CloudService
Assembly: Simplic.Cloud.dll
Syntax
public class GetUpdateableProductsCompletedEventArgs : AsyncCompletedEventArgs
Constructors
| Improve this Doc View SourceGetUpdateableProductsCompletedEventArgs(Object[], Exception, Boolean, Object)
Declaration
public GetUpdateableProductsCompletedEventArgs(object[] results, Exception exception, bool cancelled, object userState)
Parameters
Type | Name | Description |
---|---|---|
System.Object[] | results | |
System.Exception | exception | |
System.Boolean | cancelled | |
System.Object | userState |
Properties
| Improve this Doc View SourceResult
Declaration
public Product[] Result { get; }
Property Value
Type | Description |
---|---|
Product[] |