Search Results for

    Show / Hide Table of Contents

    Class GetAllCategoriesCompletedEventArgs

    Inheritance
    System.Object
    System.EventArgs
    System.ComponentModel.AsyncCompletedEventArgs
    GetAllCategoriesCompletedEventArgs
    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 GetAllCategoriesCompletedEventArgs : AsyncCompletedEventArgs

    Constructors

    | Improve this Doc View Source

    GetAllCategoriesCompletedEventArgs(Object[], Exception, Boolean, Object)

    Declaration
    public GetAllCategoriesCompletedEventArgs(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 Source

    Result

    Declaration
    public Dictionary<int, string> Result { get; }
    Property Value
    Type Description
    System.Collections.Generic.Dictionary<System.Int32, System.String>
    • Improve this Doc
    • View Source
    In This Article
    Back to top Copyright © 2018 SIMPLIC GmbH
    Generated by DocFx