Class BackgroundActivityStatus
DTO for returning the confirmation of a started activity
public class BackgroundActivityStatus
- Inheritance
-
BackgroundActivityStatus
- Inherited Members
Properties
ActivityId
The unique identifier of an activity that has been started, this can be used to poll the status of the activity.
[JsonProperty("ActivityId", Required = Required.Default, NullValueHandling = NullValueHandling.Ignore)]
public string ActivityId { get; set; }