Show / Hide Table of Contents

Enum Promise<T>.Condition

Condition under which callbacks should be executed

Namespace: Innovator.Client
Assembly: Innovator.Client.dll
Syntax
protected enum Condition

Fields

Name Description
Always

The callback should be always called

Failure

The callback should be called on failure

Progress

The callback should be called when progress is reported

Success

The callback should be called on success

  • Improve this Doc
  • View Source
Back to top Copyright © 2015-2017 Microsoft
Generated by DocFX