Show / Hide Table of Contents

Class LaunchResultBase

Result returned by methods that launch an asynchronous job.

A method who may either launch an asynchronous job, or complete the request synchronously, can use this union by extending it, and adding a 'complete' field with the type of the synchronous response.

See LaunchEmptyResult for an example.

Inheritance
System.Object
LaunchResultBase
LaunchResultBase.AsyncJobId
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 LaunchResultBase

Constructors

| Improve this Doc View Source

LaunchResultBase()

Initializes a new instance of the LaunchResultBase class.

Declaration
public LaunchResultBase()

Properties

| Improve this Doc View Source

AsAsyncJobId

Gets this instance as a AsyncJobId, or null.

Declaration
public LaunchResultBase.AsyncJobId AsAsyncJobId { get; }
Property Value
Type Description
LaunchResultBase.AsyncJobId
| Improve this Doc View Source

IsAsyncJobId

Gets a value indicating whether this instance is AsyncJobId

Declaration
public bool IsAsyncJobId { get; }
Property Value
Type Description
System.Boolean
  • Improve this Doc
  • View Source
In This Article
  • Constructors
    • LaunchResultBase()
  • Properties
    • AsAsyncJobId
    • IsAsyncJobId
Back to top Generated by DocFX