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.
Inherited Members
Namespace: Dropbox.Api.Async
Assembly: Dropbox.Api.dll
Syntax
public class LaunchResultBase
Constructors
View SourceLaunchResultBase()
Initializes a new instance of the LaunchResultBase class.
Declaration
public LaunchResultBase()
Properties
View SourceAsAsyncJobId
Gets this instance as a AsyncJobId, or null.
Declaration
public LaunchResultBase.AsyncJobId AsAsyncJobId { get; }
Property Value
| Type | Description |
|---|---|
| LaunchResultBase.AsyncJobId |
IsAsyncJobId
Gets a value indicating whether this instance is AsyncJobId
Declaration
public bool IsAsyncJobId { get; }
Property Value
| Type | Description |
|---|---|
| bool |