Class LaunchEmptyResult
Result returned by methods that may either launch an asynchronous job or complete synchronously. Upon synchronous completion of the job, no additional information is returned.
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 LaunchEmptyResult
Constructors
| Improve this Doc View SourceLaunchEmptyResult()
Initializes a new instance of the LaunchEmptyResult class.
Declaration
public LaunchEmptyResult()
Properties
| Improve this Doc View SourceAsAsyncJobId
Gets this instance as a AsyncJobId, or null
.
Declaration
public LaunchEmptyResult.AsyncJobId AsAsyncJobId { get; }
Property Value
Type | Description |
---|---|
LaunchEmptyResult.AsyncJobId |
AsComplete
Gets this instance as a Complete, or null
.
Declaration
public LaunchEmptyResult.Complete AsComplete { get; }
Property Value
Type | Description |
---|---|
LaunchEmptyResult.Complete |
IsAsyncJobId
Gets a value indicating whether this instance is AsyncJobId
Declaration
public bool IsAsyncJobId { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
IsComplete
Gets a value indicating whether this instance is Complete
Declaration
public bool IsComplete { get; }
Property Value
Type | Description |
---|---|
System.Boolean |