AWS SDK for .NET Documentation
PendingTaskCount Class
AmazonAmazon.SimpleWorkflow.ModelPendingTaskCount Did this page help you?   Yes   No    Tell us about it...

Contains the count of tasks in a task list.

Declaration Syntax
C#
public class PendingTaskCount
Members
All MembersConstructorsMethodsProperties



IconMemberDescription
PendingTaskCount()()()()
Initializes a new instance of the PendingTaskCount class

Count
The number of tasks in the task list.

Constraints:

Range
0 -


Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
GetHashCode()()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()()
Gets the type of the current instance.
(Inherited from Object.)
ToString()()()()
Returns a string that represents the current object.
(Inherited from Object.)
Truncated
If set to true, indicates that the actual count was more than the maximum supported by this API and the count returned is the truncated value.

WithCount(Int32) Obsolete.
Sets the Count property

WithTruncated(Boolean) Obsolete.
Sets the Truncated property

Inheritance Hierarchy
Object
PendingTaskCount

Assembly: AWSSDK (Module: AWSSDK) Version: 1.5.60.0 (1.5.60.0)