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

Contains the count of workflow executions returned from CountOpenWorkflowExecutions or CountClosedWorkflowExecutions

Declaration Syntax
C#
public class WorkflowExecutionCount
Members
All MembersConstructorsMethodsProperties



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

Count
The number of workflow executions.

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
WorkflowExecutionCount

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