Class PollArg
Arguments for methods that poll the status of an asynchronous job.
Inheritance
System.Object
PollArg
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 PollArg
Constructors
| Improve this Doc View SourcePollArg(String)
Initializes a new instance of the PollArg class.
Declaration
public PollArg(string asyncJobId)
Parameters
Type | Name | Description |
---|---|---|
System.String | asyncJobId | Id of the asynchronous job. This is the value of a response returned from the method that launched the job. |
Properties
| Improve this Doc 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 |
---|---|
System.String |