AWS SDK Version 2 for .NET
API Reference

AWS services or capabilities described in AWS Documentation may vary by region/location. Click Getting Started with Amazon AWS to see specific differences applicable to the China (Beijing) Region.

.NET Framework 3.5
 
Detailed information about an activity type.

Inheritance Hierarchy

System.Object
  Amazon.SimpleWorkflow.Model.ActivityTypeDetail

Namespace: Amazon.SimpleWorkflow.Model
Assembly: AWSSDK.dll
Version: (assembly version)

Syntax

C#
public class ActivityTypeDetail : Object

The ActivityTypeDetail type exposes the following members

Constructors

NameDescription
Public Method ActivityTypeDetail()

Properties

NameTypeDescription
Public Property Configuration Amazon.SimpleWorkflow.Model.ActivityTypeConfiguration Gets and sets the property Configuration.

The configuration settings registered with the activity type.

Public Property TypeInfo Amazon.SimpleWorkflow.Model.ActivityTypeInfo Gets and sets the property TypeInfo.

General information about the activity type.

The status of activity type (returned in the ActivityTypeInfo structure) can be one of the following.

  • REGISTERED: The type is registered and available. Workers supporting this type should be running.
  • DEPRECATED: The type was deprecated using DeprecateActivityType, but is still in use. You should keep workers supporting this type running. You cannot create new tasks of this type.

Version Information

.NET Framework:
Supported in: 4.5, 4.0, 3.5

.NET for Windows Store apps:
Supported in: Windows 8