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.
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 SourcePollResultBase()
Initializes a new instance of the PollResultBase class.
Declaration
public PollResultBase()
  Properties
| Improve this Doc View SourceAsInProgress
Gets this instance as a InProgress, or null.
Declaration
public PollResultBase.InProgress AsInProgress { get; }
  Property Value
| Type | Description | 
|---|---|
| PollResultBase.InProgress | 
IsInProgress
Gets a value indicating whether this instance is InProgress
Declaration
public bool IsInProgress { get; }
  Property Value
| Type | Description | 
|---|---|
| System.Boolean |