Class PollArg
Arguments for methods that poll the status of an asynchronous job.
Inherited Members
Namespace: Dropbox.Api.Async
Assembly: Dropbox.Api.dll
Syntax
public class PollArg
Constructors
View SourcePollArg(string)
Initializes a new instance of the PollArg class.
Declaration
public PollArg(string asyncJobId)
Parameters
| Type | Name | Description |
|---|---|---|
| string | asyncJobId | Id of the asynchronous job. This is the value of a response returned from the method that launched the job. |
Properties
View SourceAsyncJobId
Id of the asynchronous job. This is the value of a response returned from the method that launched the job.
Declaration
public string AsyncJobId { get; protected set; }
Property Value
| Type | Description |
|---|---|
| string |