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
Namespace: Dropbox.Api.Async
Assembly: Dropbox.Api.dll
Syntax
public class PollResultBase
Constructors
View SourcePollResultBase()
Initializes a new instance of the PollResultBase class.
Declaration
public PollResultBase()
Properties
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 |
|---|---|
| bool |