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
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 SourceLaunchResultBase()
Initializes a new instance of the LaunchResultBase class.
Declaration
public LaunchResultBase()
Properties
| Improve this Doc 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 |
---|---|
System.Boolean |