Search Results for

    Show / Hide Table of Contents

    Class RetryRule

    Inheritance
    System.Object
    RetryRule
    Namespace: DirectScale.Disco.Extension
    Assembly: DirectScale.Disco.Extension.Abstractions.dll
    Syntax
    public class RetryRule : Object

    Constructors

    RetryRule()

    Declaration
    public RetryRule()

    Properties

    AssociateStatusId

    Declaration
    public int AssociateStatusId { get; set; }
    Property Value
    Type Description
    System.Int32

    Cancel

    Declaration
    public Nullable<bool> Cancel { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Boolean>

    Charge

    Declaration
    public bool Charge { get; set; }
    Property Value
    Type Description
    System.Boolean

    NotificationCount

    Declaration
    public Nullable<int> NotificationCount { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Int32>

    SendEmail

    Declaration
    public Nullable<bool> SendEmail { get; set; }
    Property Value
    Type Description
    System.Nullable<System.Boolean>
    In This Article
    Back to top Copyright © 2022 DirectScale
    Generated by DocFX