Dropbox .NET SDK
Show / Hide Table of Contents

Class LaunchEmptyResult.Complete

The job finished synchronously and successfully.

Inheritance
object
LaunchEmptyResult
LaunchEmptyResult.Complete
Inherited Members
LaunchEmptyResult.IsComplete
LaunchEmptyResult.AsComplete
LaunchEmptyResult.IsAsyncJobId
LaunchEmptyResult.AsAsyncJobId
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Dropbox.Api.Async
Assembly: Dropbox.Api.dll
Syntax
public sealed class LaunchEmptyResult.Complete : LaunchEmptyResult

Fields

View Source

Instance

A singleton instance of Complete

Declaration
public static readonly LaunchEmptyResult.Complete Instance
Field Value
Type Description
LaunchEmptyResult.Complete
  • View Source
In this article
Back to top Dropbox .NET SDK