Show / Hide Table of Contents

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 Source

PollArg(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 Source

AsyncJobId

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
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • PollArg(String)
  • Properties
    • AsyncJobId
Back to top Generated by DocFX