Class PollEmptyResult
Result returned by methods that poll for the status of an asynchronous job. Upon completion of the job, no additional information is returned.
Inherited Members
Namespace: Dropbox.Api.Async
Assembly: Dropbox.Api.dll
Syntax
public class PollEmptyResult
Constructors
View SourcePollEmptyResult()
Initializes a new instance of the PollEmptyResult class.
Declaration
public PollEmptyResult()
Properties
View SourceAsComplete
Gets this instance as a Complete, or null.
Declaration
public PollEmptyResult.Complete AsComplete { get; }
Property Value
| Type | Description |
|---|---|
| PollEmptyResult.Complete |
AsInProgress
Gets this instance as a InProgress, or null.
Declaration
public PollEmptyResult.InProgress AsInProgress { get; }
Property Value
| Type | Description |
|---|---|
| PollEmptyResult.InProgress |
IsComplete
Gets a value indicating whether this instance is Complete
Declaration
public bool IsComplete { get; }
Property Value
| Type | Description |
|---|---|
| bool |
IsInProgress
Gets a value indicating whether this instance is InProgress
Declaration
public bool IsInProgress { get; }
Property Value
| Type | Description |
|---|---|
| bool |