Show / Hide Table of Contents

Class PollResultBase

Result returned by methods that poll for the status of an asynchronous job. Unions that extend this union should add a 'complete' field with a type of the information returned upon job completion.

See PollEmptyResult for an example.

Inheritance
System.Object
PollResultBase
PollResultBase.InProgress
Inherited Members
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: Dropbox.Api.Async
Assembly: Dropbox.Api.dll
Syntax
public class PollResultBase

Constructors

| Improve this Doc View Source

PollResultBase()

Initializes a new instance of the PollResultBase class.

Declaration
public PollResultBase()

Properties

| Improve this Doc View Source

AsInProgress

Gets this instance as a InProgress, or null.

Declaration
public PollResultBase.InProgress AsInProgress { get; }
Property Value
Type Description
PollResultBase.InProgress
| Improve this Doc View Source

IsInProgress

Gets a value indicating whether this instance is InProgress

Declaration
public bool IsInProgress { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • PollResultBase()
  • Properties
    • AsInProgress
    • IsInProgress
Back to top Generated by DocFX