System.Activities
Specifies information about a C# reference.
Initializes a new instance of the class.
Initializes a new instance of the class with specified expression text.
The expression text.
Compiles a new metadata to the C# reference.
The compiled metadata.
Executes the C# reference.
The context.
The executed reference.
Gets or sets the expression text for the reference.
The expression text for the reference.
Gets the expression tree for the C# reference.
The expression tree.
Gets the language used for the reference.
The language used for the reference.
Gets whether the reference requires compilation.
if the reference requires compilation; otherwise, .
Specifies information about a C# value.
The type of the value.
Initializes a new instance of the class.
Initializes a new instance of the class with specified expression text.
The expression text.
Compiles a new metadata to the C# value.
The compiled metadata.
Executes the C# value.
The context.
The executed reference.
Gets or sets the expression text used.
The expression text used.
Gets the expression tree for the C# value.
The expression tree.
Gets the language used.
The language used
Gets whether the value requires compilation.
if the value requires compilation; otherwise, .
Provides an attached property store for .
Retrieves the instance attached to the specified object.
The object to inspect.
The instance attached to the specified object.
Attaches a instance to the specified object.
The object to which the instance is attached.
The instance to attach.
Attaches a instance to an object for use by its implementation.
The object to which the instance is attached.
The instance to attach.
Returns a value that indicates whether the instance associated with the specified object should be serialized.
The object to inspect.
if the instance should be serialized; otherwise, .
Creates and compiles and expressions.
Creates and returns a precompiled expression.
The expected expression type.
The expression in Visual Basic syntax.
The imported namespaces.
The referenced assemblies.
The mechanism for resolving names to their associated and objects.
When this method returns, contains the result type of the expression. This parameter is passed uninitialized.
When this method returns, contains any compilation errors that occurred, or if compilation was successful. This parameter is passed uninitialized.
When this method returns, contains the settings required to compile the expression. This parameter is passed uninitialized.
The precompiled expression.
Creates and returns a precompiled expression.
The expected expression type.
The expression in Visual Basic syntax.
The imported namespaces.
The referenced assemblies.
The mechanism for resolving names to their associated and objects.
When this method returns, contains the result type of the expression. This parameter is passed uninitialized.
When this method returns, contains any compilation errors that occurred, or if compilation was successful. This parameter is passed uninitialized. This parameter is passed uninitialized.
When this method returns, contains the settings required to compile the expression.
The precompiled expression.
Gets the constraint used in name shadowing.
The constraint used in name shadowing.
Recompiles a previously compiled expression.
The expression to recompile.
When this method returns, contains the result type of the expression. This parameter is passed uninitialized.
When this method returns, contains any compilation errors that occurred, or if compilation was successful. This parameter is passed uninitialized.
When this method returns, contains the settings required to compile the expression. This parameter is passed uninitialized.
The recompiled expression.
Recompiles a previously compiled expression.
The expression to recompile.
When this method returns, contains the result type of the expression. This parameter is passed uninitialized.
When this method returns, contains any compilation errors that occurred, or if compilation was successful. This parameter is passed uninitialized. This parameter is passed uninitialized.
When this method returns, contains the settings required to compile the expression.
The recompiled expression.
Represents an assembly reference and the namespace imported from that assembly.
Initializes a new instance of the class.
Gets or sets the full name of the assembly referenced by this .
The full name of the assembly referenced by this .
Determines whether the specified is equal to the current .
The to compare with the current .
if the specified is equal to the current ; otherwise, .
Returns the hash code for the instance.
The hash code for the instance.
Gets or sets the imported namespace referenced by this .
The imported namespace referenced by this .
Contains an expression in Visual Basic syntax that evaluates to an l-value, which supports binding of the arguments.
The type of the expression.
Initializes a new instance of the class.
Initializes a new instance of the class using the specific expression.
The expression string in Visual Basic syntax.
Determines whether the can be converted into a .
The context information that is used for conversion.
if the can be converted into a string; otherwise, .
Converts the to a .
The context information that is used for conversion.
A string representation of the .
Gets or sets the Visual Basic expression represented by this .
The Visual Basic expression.
Gets the expression tree used in the reference.
The expression tree used in the reference.
Gets the language used in the reference.
The language used in the reference.
Gets whether the reference requires compilation.
if the reference requires compilation; otherwise, .
Contains settings that and instances use to compile the source text of the expressions they contain.
Initializes a new instance of the class.
Gets a that contains the default set of assembly references and imported namespaces. This set is available to all and instances in a given .
A that contains the default set of assembly references and imported namespaces.
Gets a collection of objects, each of which represents an assembly reference and a namespace imported from that assembly.
A collection of objects, each of which represents an assembly reference and a namespace imported from that assembly.
Contains an expression in Visual Basic syntax that evaluates to an r-value, which supports binding of arguments.
The type of the expression.
Initializes a new instance of the class.
Initializes a new instance of the class using the specified expression.
The expression string in Visual Basic syntax.
Determines whether the can be converted into a .
The context information that is used for conversion.
if the can be converted into a string; otherwise, .
Converts the to a .
The context information that is used for conversion.
A string representation of the .
Gets or sets the Visual Basic expression represented by this .
The Visual Basic expression.
Returns the expression tree for the value.
The expression tree for the value.
Gets the language used for the value.
The language used.
Gets whether the value requires compilation.
if the value requires compilation; otherwise, .
Converts a instance to the specified type.
Initializes a new instance of the class.
Determines whether an object of the specified type can be converted to a instance.
Context information that is used for conversion.
The type to convert from.
if the specified type can be converted from; otherwise, .
Determines whether a instance can be converted into an instance of the specified type.
Context information that is used for conversion.
The type to convert to.
if a instance can be converted to an instance of the specified type; otherwise, .
Converts the specified object to a instance.
Context information that is used for conversion.
An optional . If not supplied, the current culture is assumed.
The object to convert.
An object that represents the converted value.
Converts a instance to the specified type.
Context information that is used for conversion.
An optional . If not supplied, the current culture is assumed.
The instance to convert.
The type to convert to.
The converted value.
Serializes instances to XAML.
Initializes a new instance of the class.
Determines whether the specified instance can be converted into a .
The value to convert.
Context information that is used for conversion.
if the specified instance can be converted into a ; otherwise, .
Converts the specified instance into a .
The value to convert.
Context information that is used for conversion.
A string representation of the instance.
An abstract base class used to create composite activities from pre-existing objects.
Initializes a new instance of the class.
Gets the identifier of the cache that is unique within the scope of the workflow definition.
The identifier of the cache that is unique within the scope of the workflow definition.
Creates and validates a description of the activity's arguments, variables, child activities, and activity delegates.
The activity's metadata that encapsulates the activity's arguments, variables, child activities, and activity delegates.
Gets a collection of activities that can be configured to provide validation for the .
The collection of constraints.
Gets or sets an optional friendly name that is used for debugging, validation, exception handling, and tracking.
A friendly name that is used for debugging, validation, exception handling, and tracking.
Gets an identifier that is unique in the scope of the workflow definition.
An identifier that is unique in the scope of the workflow definition.
Gets or sets the delegate that returns an that contains the execution logic.
The delegate that contains the execution logic.
Gets or sets the version of the implementation used.
The version of the implementation
Raises an event when creating dynamic update map.
The metadata used.
The original activity.
Indicates whether the property should be serialized.
if the property value should be serialized; otherwise .
Returns a that contains the and of the .
The ID and the display name of the activity.
An abstract base class used to create composite activities from pre-existing objects, which specifies a result type using the activity's type specifier.
The type of the return value of the activity.
When implemented in a derived class, creates a new instance of the derived class.
Returns a expression that evaluates to the given value.
The value used to create the expression.
A workflow expression that evaluates to the given value.
Returns a expression that evaluates to the given .
The value for the expression.
A workflow expression that evaluates to the given variable.
Returns a expression that evaluates to the given .
The value for the expression.
A workflow expression that evaluates to the given variable.
Returns a expression that evaluates to the given .
The value for the expression.
A workflow expression that evaluates to the given variable.
Returns a expression that evaluates to the given .
The value for the expression.
A workflow expression that evaluates to the given variable.
Returns a expression that evaluates to the given value.
The value used to create the expression.
A workflow expression that evaluates to the given value.
Gets or sets the result argument for the .
The result argument for the .
Defines an activity delegate that has no in arguments and does not return a value.
Creates a new instance of the class.
Defines an activity delegate that has one in argument and does not return a value.
The type of the in argument of the activity delegate.
Creates a new instance of the class.
Gets or sets the in argument of the activity delegate.
An argument to an activity delegate.
Defines an activity delegate that has ten in arguments and does not return a value.
The type of the first in argument of the activity delegate.
The type of the second in argument of the activity delegate.
The type of the third in argument of the activity delegate.
The type of the fourth in argument of the activity delegate.
The type of the fifth in argument of the activity delegate.
The type of the sixth in argument of the activity delegate.
The type of the seventh in argument of the activity delegate.
The type of the eighth in argument of the activity delegate.
The type of the ninth in argument of the activity delegate.
The type of the tenth in argument of the activity delegate.
Creates a new instance of the class.
Gets or sets the first in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the tenth in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the second in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the third in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the fourth in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the fifth in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the sixth in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the seventh in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the eighth in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the ninth in argument of the activity delegate.
An argument to an activity delegate.
Defines an activity delegate that has eleven in arguments and does not return a value.
The type of the first in argument of the activity delegate.
The type of the second in argument of the activity delegate.
The type of the third in argument of the activity delegate.
The type of the fourth in argument of the activity delegate.
The type of the fifth in argument of the activity delegate.
The type of the sixth in argument of the activity delegate.
The type of the seventh in argument of the activity delegate.
The type of the eighth in argument of the activity delegate.
The type of the ninth in argument of the activity delegate.
The type of the tenth in argument of the activity delegate.
The type of the eleventh in argument of the activity delegate.
Creates a new instance of the class.
Gets or sets the first in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the tenth in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the eleventh in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the second in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the third in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the fourth in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the fifth in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the sixth in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the seventh in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the eighth in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the ninth in argument of the activity delegate.
An argument to an activity delegate.
Defines an activity delegate that has twelve in arguments and does not return a value.
The type of the first in argument of the activity delegate.
The type of the second in argument of the activity delegate.
The type of the third in argument of the activity delegate.
The type of the fourth in argument of the activity delegate.
The type of the fifth in argument of the activity delegate.
The type of the sixth in argument of the activity delegate.
The type of the seventh in argument of the activity delegate.
The type of the eighth in argument of the activity delegate.
The type of the ninth in argument of the activity delegate.
The type of the tenth in argument of the activity delegate.
The type of the eleventh in argument of the activity delegate.
The type of the twelfth in argument of the activity delegate.
Creates a new instance of the class.
Gets or sets the first in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the tenth in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the eleventh in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the twelfth in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the second in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the third in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the fourth in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the fifth in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the sixth in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the seventh in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the eighth in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the ninth in argument of the activity delegate.
An argument to an activity delegate.
Defines an activity delegate that has thirteen in arguments and does not return a value.
The type of the first in argument of the activity delegate.
The type of the second in argument of the activity delegate.
The type of the third in argument of the activity delegate.
The type of the fourth in argument of the activity delegate.
The type of the fifth in argument of the activity delegate.
The type of the sixth in argument of the activity delegate.
The type of the seventh in argument of the activity delegate.
The type of the eighth in argument of the activity delegate.
The type of the ninth in argument of the activity delegate.
The type of the tenth in argument of the activity delegate.
The type of the eleventh in argument of the activity delegate.
The type of the twelfth in argument of the activity delegate.
The type of the thirteenth in argument of the activity delegate.
Creates a new instance of the class.
Gets or sets the first in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the tenth in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the eleventh in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the twelfth in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the thirteenth in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the second in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the third in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the fourth in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the fifth in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the sixth in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the seventh in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the eighth in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the ninth in argument of the activity delegate.
An argument to an activity delegate.
Defines an activity delegate that has fourteen in arguments and does not return a value.
The type of the first in argument of the activity delegate.
The type of the second in argument of the activity delegate.
The type of the third in argument of the activity delegate.
The type of the fourth in argument of the activity delegate.
The type of the fifth in argument of the activity delegate.
The type of the sixth in argument of the activity delegate.
The type of the seventh in argument of the activity delegate.
The type of the eighth in argument of the activity delegate.
The type of the ninth in argument of the activity delegate.
The type of the tenth in argument of the activity delegate.
The type of the eleventh in argument of the activity delegate.
The type of the twelfth in argument of the activity delegate.
The type of the thirteenth in argument of the activity delegate.
The type of the fourteenth in argument of the activity delegate.
Creates a new instance of the class.
Gets or sets the first in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the tenth in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the eleventh in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the twelfth in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the thirteenth in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the fourteenth in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the second in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the third in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the fourth in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the fifth in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the sixth in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the seventh in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the eighth in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the ninth in argument of the activity delegate.
An argument to an activity delegate.
Defines an activity delegate that has fifteen in arguments and does not return a value.
The type of the first in argument of the activity delegate.
The type of the second in argument of the activity delegate.
The type of the third in argument of the activity delegate.
The type of the fourth in argument of the activity delegate.
The type of the fifth in argument of the activity delegate.
The type of the sixth in argument of the activity delegate.
The type of the seventh in argument of the activity delegate.
The type of the eighth in argument of the activity delegate.
The type of the ninth in argument of the activity delegate.
The type of the tenth in argument of the activity delegate.
The type of the eleventh in argument of the activity delegate.
The type of the twelfth in argument of the activity delegate.
The type of the thirteenth in argument of the activity delegate.
The type of the fourteenth in argument of the activity delegate.
The type of the fifteenth in argument of the activity delegate.
Creates a new instance of the class.
Gets or sets the first in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the tenth in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the eleventh in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the twelfth in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the thirteenth in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the fourteenth in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the fifteenth in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the second in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the third in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the fourth in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the fifth in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the sixth in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the seventh in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the eighth in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the ninth in argument of the activity delegate.
An argument to an activity delegate.
Defines an activity delegate that has sixteen in arguments and does not return a value.
The type of the first delegate parameter.
The type of the second delegate parameter.
The type of the third delegate parameter.
The type of the fourth delegate parameter.
The type of the fifth delegate parameter.
The type of the sixth delegate parameter.
The type of the seventh delegate parameter.
The type of the eighth delegate parameter.
The type of the ninth delegate parameter.
The type of the tenth delegate parameter.
The type of the eleventh delegate parameter.
The type of the twelfth delegate parameter.
The type of the thirteenth delegate parameter.
The type of the fourteenth delegate parameter.
The type of the fifteenth delegate parameter.
The type of the sixteenth delegate parameter.
Creates a new instance of the class.
Gets or sets the first in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the tenth in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the eleventh in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the twelfth in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the thirteenth in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the fourteenth in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the fifteenth in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the sixteenth in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the second in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the third in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the fourth in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the fifth in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the sixth in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the seventh in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the eighth in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the ninth in argument of the activity delegate.
An argument to an activity delegate.
Defines an activity delegate that has two in arguments and does not return a value.
The type of the first in argument of the activity delegate.
The type of the second in argument of the activity delegate.
Creates a new instance of the class.
Gets or sets the first in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the second in argument of the activity delegate.
An argument to an activity delegate.
Defines an activity delegate that has three in arguments and does not return a value.
The type of the first in argument of the activity delegate.
The type of the second in argument of the activity delegate.
The type of the third in argument of the activity delegate.
Creates a new instance of the class.
Gets or sets the first in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the second in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the third in argument of the activity delegate.
An argument to an activity delegate.
Defines an activity delegate that has four in arguments and does not return a value.
The type of the first in argument of the activity delegate.
The type of the second in argument of the activity delegate.
The type of the third in argument of the activity delegate.
The type of the fourth in argument of the activity delegate.
Creates a new instance of the class.
Gets or sets the first in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the second in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the third in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the fourth in argument of the activity delegate.
An argument to an activity delegate.
Defines an activity delegate that has five in arguments and does not return a value.
The type of the first in argument of the activity delegate.
The type of the second in argument of the activity delegate.
The type of the third in argument of the activity delegate.
The type of the fourth in argument of the activity delegate.
The type of the fifth in argument of the activity delegate.
Creates a new instance of the class.
Gets or sets the first in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the second in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the third in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the fourth in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the fifth in argument of the activity delegate.
An argument to an activity delegate.
Defines an activity delegate that has six in arguments and does not return a value.
The type of the first in argument of the activity delegate.
The type of the second in argument of the activity delegate.
The type of the third in argument of the activity delegate.
The type of the fourth in argument of the activity delegate.
The type of the fifth in argument of the activity delegate.
The type of the sixth in argument of the activity delegate.
Creates a new instance of the class.
Gets or sets the first in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the second in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the third in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the fourth in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the fifth in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the sixth in argument of the activity delegate.
An argument to an activity delegate.
Defines an activity delegate that has seven in arguments and does not return a value.
The type of the first in argument of the activity delegate.
The type of the second in argument of the activity delegate.
The type of the third in argument of the activity delegate.
The type of the fourth in argument of the activity delegate.
The type of the fifth in argument of the activity delegate.
The type of the sixth in argument of the activity delegate.
The type of the seventh in argument of the activity delegate.
Creates a new instance of the class.
Gets or sets the first in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the second in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the third in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the fourth in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the fifth in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the sixth in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the seventh in argument of the activity delegate.
An argument to an activity delegate.
Defines an activity delegate that has eight in arguments and does not return a value.
The type of the first in argument of the activity delegate.
The type of the second in argument of the activity delegate.
The type of the third in argument of the activity delegate.
The type of the fourth in argument of the activity delegate.
The type of the fifth in argument of the activity delegate.
The type of the sixth in argument of the activity delegate.
The type of the seventh in argument of the activity delegate.
The type of the eighth in argument of the activity delegate.
Creates a new instance of the class.
Gets or sets the first in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the second in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the third in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the fourth in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the fifth in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the sixth in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the seventh in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the eighth in argument of the activity delegate.
An argument to an activity delegate.
Defines an activity delegate that has nine in arguments and does not return a value.
The type of the first in argument of the activity delegate.
The type of the second in argument of the activity delegate.
The type of the third in argument of the activity delegate.
The type of the fourth in argument of the activity delegate.
The type of the fifth in argument of the activity delegate.
The type of the sixth in argument of the activity delegate.
The type of the seventh in argument of the activity delegate.
The type of the eighth in argument of the activity delegate.
The type of the ninth in argument of the activity delegate.
Creates a new instance of the class.
Gets or sets the first in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the second in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the third in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the fourth in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the fifth in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the sixth in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the seventh in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the eighth in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the ninth in argument of the activity delegate.
An argument to an activity delegate.
Provides property data for a workflow activity.
Creates a new instance of the class.
Gets the collection of attributes to use in the construction of an activity tree.
A collection of a specified type.
Gets the collection of constraints that govern the construction of an activity tree.
A collection of a specified type.
Returns a for a property retrieved from the specified object.
An object that contains a property.
A reference to a property.
Returns a list of for a property retrieved from the specified object.
An object that contains a property.
A reference to a property.
Gets or sets the activity tree that is represented by the current instance of .
The activity.
Gets or sets the implementation version for the activity builder.
The implementation version for the activity builder.
Gets or sets the name of the activity tree that is represented by the current instance of .
The name of the activity tree.
Gets a collection of property values for the current instance.
A collection of property values.
Sets a value for the specified attachable property in the specified store.
A property store.
The value to set.
Specifies whether the activity builder should serialize the property reference.
A property store.
if the activity builder should serialize the property reference; otherwise, .
Specifies whether the activity builder should serialize the property reference.
A property store.
if the activity builder should serialize the property reference; otherwise, .
When implemented in the base class, returns the root of a workflow activity tree.
The activity.
Provides property data for a generic workflow activity.
The type of the activity being implemented.
Creates a new instance of the class.
Gets the generic collection of attributes to use in the construction of an activity tree.
A generic collection.
Gets the generic collection of constraints that govern the construction of an activity tree.
A generic collection.
Gets or sets the generic activity tree that is represented by the current instance of .
An activity object.
Gets or sets the implementation version of the activity builder.
The implementation version of the activity builder.
Gets or sets the name of the generic activity tree that is represented by the current instance of .
The name of the activity tree.
Gets a of the properties of the current instance of .
A key and value pair collection of activity properties.
Returns the root of the current workflow tree.
An activity.
The base class for context classes that represent the execution environment of an activity.
Gets the unique identifier of the currently executing activity instance.
The unique identifier of the currently executing activity instance.
Gets the data context of the currently executing activity.
The workflow data context of the currently executing activity.
Returns an extension of the specified type.
The type of extension to retrieve.
The extension of the specified type if present; otherwise, .
Returns the typed location for the specified referenced location for the current activity context.
The referenced location.
The type of the location to return.
The typed location.
Gets the value of the specified .
The argument to inspect.
The value of the argument.
Gets the value of the specified .
The argument to inspect.
The value of the argument.
Gets the value of the specified .
The argument to inspect.
The type of the argument.
The value of the argument.
Gets the value of the specified .
The argument to inspect.
The type of the argument.
The value of the argument.
Gets the value at the specified .
The referenced location to inspect.
The type of the value.
The value of the referenced location.
Gets the value of the specified .
The argument to inspect.
The type of the argument.
The value of the argument.
Assigns a value to the specified .
The argument to receive the new value.
The new value of the argument.
Assigns a value to the specified .
The argument to receive the new value.
The new value of the argument.
The type of the argument.
Assigns a value to the specified .
The argument to receive the new value.
The new value of the argument.
The type of the argument.
Assigns a value to the specified .
The referenced location to receive the new value.
The new value of the referenced location.
The type of the location.
Assigns a value to the specified .
The argument to receive the new value.
The new value of the argument.
The type of the argument.
Gets the unique indentifier of the currently executing workflow instance.
The unique identifier of the currently executing workflow instance.
Represents an activity-based callback.
Called by derived class constructors to initialize the object.
Gets or sets an optional friendly name that is used for debugging, validation, exception handling, and tracking.
A friendly name that is used for debugging, validation, exception handling, and tracking.
When implemented in a derived class, returns the of the .
An out argument for the .
Gets or sets the activity that is represented by this .
The activity that is represented by this .
Supplies a list of runtime arguments for the .
The list to be populated with runtime arguments.
Indicates whether the property value should be serialized to XAML.
, if the property value should be serialized; otherwise, .
Returns a representation of the that contains the .
A representation of the that contains the .
Defines an activity delegate with no arguments and one argument of type Tresult.
The type of the out argument of the activity delegate.
Creates a new instance of the class.
Gets or sets the out argument of the activity delegate.
The argument.
Defines an activity delegate with nine in arguments of type T and one out argument of type TResult.
The type of the first in argument of the activity delegate.
The type of the second in argument of the activity delegate.
The type of the third in argument of the activity delegate.
The type of the fourth in argument of the activity delegate.
The type of the fifth in argument of the activity delegate.
The type of the sixth in argument of the activity delegate.
The type of the seventh in argument of the activity delegate.
The type of the eighth in argument of the activity delegate.
The type of the ninth in argument of the activity delegate.
The type of the out argument of the activity delegate.
Creates a new instance of the class.
Gets or sets the first in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the second in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the third in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the fourth in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the fifth in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the sixth in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the seventh in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the eighth in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the ninth in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the out argument of the activity delegate.
An argument to an activity delegate.
Defines an activity delegate with one in argument of type T and one out argument of type TResult.
The type of the first in argument of the activity delegate.
The type of the second in argument of the activity delegate.
The type of the third in argument of the activity delegate.
The type of the fourth in argument of the activity delegate.
The type of the fifth in argument of the activity delegate.
The type of the sixth in argument of the activity delegate.
The type of the seventh in argument of the activity delegate.
The type of the eighth in argument of the activity delegate.
The type of the ninth in argument of the activity delegate.
The type of the tenth in argument of the activity delegate.
The type of the out argument of the activity delegate.
Creates a new instance of the class.
Gets or sets the first in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the tenth in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the second in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the third in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the fourth in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the fifth in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the sixth in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the seventh in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the eighth in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the ninth in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the out argument of the activity delegate.
An argument to an activity delegate.
Defines an activity delegate with one in argument of type T and one out argument of type TResult.
The type of the first in argument of the activity delegate.
The type of the second in argument of the activity delegate.
The type of the third in argument of the activity delegate.
The type of the fourth in argument of the activity delegate.
The type of the fifth in argument of the activity delegate.
The type of the sixth in argument of the activity delegate.
The type of the seventh in argument of the activity delegate.
The type of the eighth in argument of the activity delegate.
The type of the ninth in argument of the activity delegate.
The type of the tenth in argument of the activity delegate.
The type of the eleventh in argument of the activity delegate.
The type of the out argument of the activity delegate.
Creates a new instance of the class.
Gets or sets the first in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the tenth in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the eleventh in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the second in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the third in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the fourth in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the fifth in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the sixth in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the seventh in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the eighth in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the ninth in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the out argument of the activity delegate.
An argument to an activity delegate.
Defines an activity delegate with one in argument of type T and one out argument of type TResult.
The type of the first in argument of the activity delegate.
The type of the second in argument of the activity delegate.
The type of the third in argument of the activity delegate.
The type of the fourth in argument of the activity delegate.
The type of the fifth in argument of the activity delegate.
The type of the sixth in argument of the activity delegate.
The type of the seventh in argument of the activity delegate.
The type of the eighth in argument of the activity delegate.
The type of the ninth in argument of the activity delegate.
The type of the tenth in argument of the activity delegate.
The type of the eleventh in argument of the activity delegate.
The type of the twelfth in argument of the activity delegate.
The type of the out argument of the activity delegate.
Creates a new instance of the class.
Gets or sets the first in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the tenth in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the eleventh in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the twelfth in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the second in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the third in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the fourth in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the fifth in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the sixth in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the seventh in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the eighth in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the ninth in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the out argument of the activity delegate.
An argument to an activity delegate.
Defines an activity delegate with one in argument of type T and one out argument of type TResult.
The type of the first in argument of the activity delegate.
The type of the second in argument of the activity delegate.
The type of the third in argument of the activity delegate.
The type of the fourth in argument of the activity delegate.
The type of the fifth in argument of the activity delegate.
The type of the sixth in argument of the activity delegate.
The type of the seventh in argument of the activity delegate.
The type of the eighth in argument of the activity delegate.
The type of the ninth in argument of the activity delegate.
The type of the tenth in argument of the activity delegate.
The type of the eleventh in argument of the activity delegate.
The type of the twelfth in argument of the activity delegate.
The type of the thirteenth in argument of the activity delegate.
The type of the out argument of the activity delegate.
Creates a new instance of the class.
Gets or sets the first in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the tenth in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the eleventh in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the twelfth in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the thirteenth in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the second in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the third in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the fourth in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the fifth in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the sixth in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the seventh in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the eighth in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the ninth in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the out argument of the activity delegate.
An argument to an activity delegate.
Defines an activity delegate with one in argument of type T and one out argument of type TResult.
The type of the first in argument of the activity delegate.
The type of the second in argument of the activity delegate.
The type of the third in argument of the activity delegate.
The type of the fourth in argument of the activity delegate.
The type of the fifth in argument of the activity delegate.
The type of the sixth in argument of the activity delegate.
The type of the seventh in argument of the activity delegate.
The type of the eighth in argument of the activity delegate.
The type of the ninth in argument of the activity delegate.
The type of the tenth in argument of the activity delegate.
The type of the eleventh in argument of the activity delegate.
The type of the twelfth in argument of the activity delegate.
The type of the thirteenth in argument of the activity delegate.
The type of the fourteenth in argument of the activity delegate.
The type of the out argument of the activity delegate.
Creates a new instance of the class.
Gets or sets the first in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the tenth in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the eleventh in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the twelfth in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the thirteenth in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the fourteenth in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the second in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the third in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the fourth in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the fifth in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the sixth in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the seventh in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the eighth in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the ninth in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the out argument of the activity delegate.
An argument to an activity delegate.
Defines an activity delegate with one in argument of type T and one out argument of type TResult.
The type of the first in argument of the activity delegate.
The type of the second in argument of the activity delegate.
The type of the third in argument of the activity delegate.
The type of the fourth in argument of the activity delegate.
The type of the fifth in argument of the activity delegate.
The type of the sixth in argument of the activity delegate.
The type of the seventh in argument of the activity delegate.
The type of the eighth in argument of the activity delegate.
The type of the ninth in argument of the activity delegate.
The type of the tenth in argument of the activity delegate.
The type of the eleventh in argument of the activity delegate.
The type of the twelfth in argument of the activity delegate.
The type of the thirteenth in argument of the activity delegate.
The type of the fourteenth in argument of the activity delegate.
The type of the fifteenth in argument of the activity delegate.
The type of the out argument of the activity delegate.
Creates a new instance of the class.
Gets or sets the first in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the tenth in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the eleventh in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the twelfth in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the thirteenth in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the fourteenth in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the fifteenth in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the second in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the third in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the fourth in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the fifth in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the sixth in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the seventh in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the eighth in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the ninth in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the out argument of the activity delegate.
An argument to an activity delegate.
Defines an activity delegate with one in argument of type T and one out argument of type TResult.
The type of the first in argument of the activity delegate.
The type of the second in argument of the activity delegate.
The type of the third in argument of the activity delegate.
The type of the fourth in argument of the activity delegate.
The type of the fifth in argument of the activity delegate.
The type of the sixth in argument of the activity delegate.
The type of the seventh in argument of the activity delegate.
The type of the eighth in argument of the activity delegate.
The type of the ninth in argument of the activity delegate.
The type of the tenth in argument of the activity delegate.
The type of the eleventh in argument of the activity delegate.
The type of the twelfth in argument of the activity delegate.
The type of the thirteenth in argument of the activity delegate.
The type of the fourteenth in argument of the activity delegate.
The type of the fifteenth in argument of the activity delegate.
The type of the sixteenth in argument of the activity delegate.
The type of the out argument of the activity delegate.
Creates a new instance of the class.
Gets or sets the first in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the tenth in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the eleventh in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the twelfth in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the thirteenth in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the fourteenth in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the fifteenth in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the sixteenth in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the second in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the third in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the fourth in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the fifth in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the sixth in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the seventh in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the eighth in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the ninth in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the out argument of the activity delegate.
An argument to an activity delegate.
Defines an activity delegate with one in argument of type and one argument of type .
The type of the argument of the activity delegate.
The type of the argument of the activity delegate.
Creates a new instance of the class.
Gets or sets the in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the out argument of the activity delegate.
An argument to an activity delegate.
Defines an activity delegate with one in argument of type T and one argument of type TResult.
The type of the first in argument of the activity delegate.
The type of the second in argument of the activity delegate.
The type of the out argument of the activity delegate.
Creates a new instance of the class.
Gets or sets the first in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the second in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the out argument of the activity delegate.
The result argument.
Defines an activity delegate with three in arguments of type T and one argument of type TResult.
The type of the first in argument of the activity delegate.
The type of the second in argument of the activity delegate.
The type of the third in argument of the activity delegate.
The type of the out argument of the activity delegate.
Creates a new instance of the class.
Gets or sets the first in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the second in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the third in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the out argument of the activity delegate.
An argument to an activity delegate.
Defines an activity delegate with four in arguments of type T and one argument of type TResult.
The type of the first in argument of the activity delegate.
The type of the second in argument of the activity delegate.
The type of the third in argument of the activity delegate.
The type of the fourth in argument of the activity delegate.
The type of the out argument of the activity delegate.
Creates a new instance of the class.
Gets or sets the first in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the second in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the third in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the fourth in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the out argument of the activity delegate.
An argument to an activity delegate.
Defines an activity delegate with five in arguments of type T and one out argument of type TResult.
The type of the first in argument of the activity delegate.
The type of the second in argument of the activity delegate.
The type of the third in argument of the activity delegate.
The type of the fourth in argument of the activity delegate.
The type of the fifth in argument of the activity delegate.
The type of the out argument of the activity delegate.
Creates a new instance of the class.
Gets or sets the first in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the second in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the third in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the fourth in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the fifth in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the out argument of the activity delegate.
An argument to an activity delegate.
Defines an activity delegate with six in arguments of type T and one out argument of type TResult.
The type of the first in argument of the activity delegate.
The type of the second in argument of the activity delegate.
The type of the third in argument of the activity delegate.
The type of the fourth in argument of the activity delegate.
The type of the fifth in argument of the activity delegate.
The type of the sixth in argument of the activity delegate.
The type of the out argument of the activity delegate.
Creates a new instance of the class.
Gets or sets the first in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the second in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the third in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the fourth in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the fifth in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the sixth in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the out argument of the activity delegate.
An argument to an activity delegate.
Defines an activity delegate with seven in arguments of type T and one out argument of type TResult.
The type of the first in argument of the activity delegate.
The type of the second in argument of the activity delegate.
The type of the third in argument of the activity delegate.
The type of the fourth in argument of the activity delegate.
The type of the fifth in argument of the activity delegate.
The type of the sixth in argument of the activity delegate.
The type of the seventh in argument of the activity delegate.
The type of the out argument of the activity delegate.
Creates a new instance of the class.
Gets or sets the first in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the second in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the third in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the fourth in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the fifth in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the sixth in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the seventh in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the out argument of the activity delegate.
The argument.
Defines an activity delegate with eight in arguments of type T and one out argument of type TResult.
The type of the first in argument of the activity delegate.
The type of the second in argument of the activity delegate.
The type of the third in argument of the activity delegate.
The type of the fourth in argument of the activity delegate.
The type of the fifth in argument of the activity delegate.
The type of the sixth in argument of the activity delegate.
The type of the seventh in argument of the activity delegate.
The type of the eighth in argument of the activity delegate.
The type of the out argument of the activity delegate.
Creates a new instance of the class.
Gets or sets the first in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the second in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the third in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the fourth in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the fifth in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the sixth in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the seventh in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the eighth in argument of the activity delegate.
An argument to an activity delegate.
Gets or sets the out argument of the activity delegate.
An argument to an activity delegate.
Represents the instance state of an activity at runtime.
Gets the activity represented by the current .
The activity represented by this .
Gets an identifier that uniquely identifies the .
An identifier that uniquely identifies the .
Gets or sets the implementation version for the instance.
The implementation version for the instance.
Gets a value that indicates whether the activity represented by the current is completed.
if the activity is completed; otherwise .
Gets the of the current .
The state of the activity instance.
Describes the state of an activity instance.
Specifies that the activity is in a canceled state.
Specifies that the activity is in a closed state.
Specifies that the activity is in an executing state.
Specifies that the activity is in a faulted state.
Represents the set of arguments, child activities, variables, and delegates that a configured introduces to the execution environment.
Adds an argument to the collection of arguments of an activity.
The argument to add to the collection.
Adds the specified extension provider to the collection of default extension providers for the activity.
The function that returns the extension.
The type of the extension provider.
Adds the specified activity to the metadata's list of imported child activities.
The activity to add.
Adds the specified activity to the metadata's list of imported child activities.
The activity to add.
The origin.
Adds the specified delegate to the metadata's list of imported delegates.
The delegate to add.
Adds the specified delegate to the metadata's list of imported delegates.
The delegate to add.
The origin.
Adds the specified validation error to the metadata's collection of validation errors.
The validation error to add.
Adds a validation error to the metadata's collection of validation errors using the specified description.
A message that describes the validation error.
Adds the specified variable to the metadata's collection of variables.
The variable to add.
Adds the specified variable to the metadata's collection of variables.
The variable to add.
The origin.
Binds the specified to the specified .
The to bind.
The to bind.
Gets the activity's of arguments, variables, delegate arguments, or symbols introduced by a .
The activity's location reference environment of arguments, variables, delegate arguments, or symbols introduced by a .
Determines whether the specified object is equal to this metadata instance.
The object to compare.
if the specified object is equal to this metadata instance; otherwise, .
Returns a collection of arguments obtained by using reflection.
A collection of arguments.
Returns a unique identifier for this metadata instance.
An integer that uniquely identifies this metadata instance.
Returns a collection of imported child activities using reflection.
A collection of imported child activities.
Returns a collection of delegates using reflection.
A collection of delegates.
Returns a collection of variables using reflection.
A collection of variables.
Gets a value that indicates whether there are any validation errors in the metadata.
if validation errors are present; otherwise, .
Returns a value that indicates whether the two specified metadata instances are equal.
The first item to compare.
The second item to compare.
if the two items are equal; otherwise, .
Returns a value that indicates whether the two specified metadata instances are not equal.
The first item to compare.
The second item to compare.
if the two items are not equal; otherwise, .
Specifies that the activity requires an extension of the specified type at runtime.
The type of the extension.
Specifies that the activity requires an extension of the specified generic type at runtime.
The type of the extension.
Adds the specified collection of arguments to the activity's arguments.
The arguments to add.
Adds the specified collection as imported child activities of the activity.
The activities to add.
Adds the specified collection as imported delegates of the activity.
The delegates to add.
Adds the specified collection of validation errors to the metadata's collection of validation errors.
The validation errors to add.
Adds the specified collection of variables to the activity's variables.
The variables to add.
Represents a property reference that is used in and that maps to a in an activity when the activity is deserialized into an .
Initializes a new instance of the class.
Gets or sets the source property name that corresponds to the property name in the activity definition.
The source property name that corresponds to the property name in the activity definition.
Gets or sets the name of the property being set on the target object.
The name of the property being set on the target object.
Retrieves the value or type of an activity argument. This class is abstract and derives from class.
When implemented in a derived class, gets or sets the value of an object of type .
An argument.
When implemented in a derived class, gets the type of an activity .
A type object.
The abstract base class that represents a binding terminal that supports the flow of data into and out of an activity.
Gets the data type for the data bound to this .
The data type for the data bound to this .
Initializes and returns a new .
The data type of the .
One of the enumeration values that specifies the direction of the flow of data through the .
The newly created argument.
Creates a new argument that references the specified target argument using the specified referenced argument name.
The target argument to reference.
The name of the referenced argument.
A new argument that references the specified target argument.
Gets an that specifies whether the represents the flow of data into an activity, out of an activity, or both into and out of an activity.
One of the enumeration values that specifies the direction of the flow of data through the .
Gets or sets a zero-based value that specifies the order in which the argument is evaluated.
A zero-based value that specifies the order in which the argument is evaluated.
The value is less than zero and not equal to .
Gets or sets an that represents the value of the data bound to this .
The value of the data bound to this .
Gets the value of the argument using the specified activity context.
The current activity context.
The value of the argument.
Gets the value of the argument using the specified type and activity context.
The current activity context.
The type of the argument.
The value of the argument.
Gets the for this .
The activity context of the executing activity.
The location for this .
Represents the constant value of "Result", which corresponds to the name of the property of type in the expression base class .
Sets the value of the argument using the specified activity context.
The current activity context.
The value for the argument.
Represents the value of the property for an argument with an unspecified evaluation order. This value is read-only.
Specifies the direction of data flow for an .
An that represents the flow of data into a workflow or activity.
An that represents the flow of data into and out of a workflow or activity.
An that represents the flow of data out of a workflow or activity.
Manages asynchronous code activity execution from start to completion. This is an abstract class.
Creates a new instance of the class.
When implemented in a derived class and using the specified execution context, callback method, and user state, enqueues an asynchronous activity in a run-time workflow.
Information that defines the execution environment for the .
The method to be called after the asynchronous activity and completion notification have occurred.
An object that saves variable information for an instance of an asynchronous activity.
The object that saves variable information for an instance of an asynchronous activity.
Not implemented. Use instead.
Not implemented.
Serves as a virtual method and converts information obtained by cache reflection into arguments for an asynchronous activity.
object that contains data for a set of asynchronous activity arguments.
When implemented in a derived class and using the specified execution environment information, notifies the workflow runtime that the asynchronous activity operation has reached an early completion. Serves as a virtual method.
Information that defines the execution environment for the .
When implemented in a derived class and using the specified execution environment information, notifies the workflow runtime that the associated asynchronous activity operation has completed.
Information that defines the execution environment for the .
The implemented that returns the status of an asynchronous activity when execution ends.
Gets or throws an error when there is an attempt to set the value of this property.
An activity function.
Gets or sets the implementation version of the activity.
The implementation version of the activity.
Raises an event when creating a map for the dynamic update.
The metadata used.
The original activity.
Manages asynchronous code activity execution, for an activity of a specified type, from start to completion. This is an abstract and generic class.
The type of the asynchronous activity that is handled by this class.
Creates a new instance of the class.
When implemented in a derived class and using the specified execution context, callback method, and user state, enqueues an asynchronous activity in a run-time workflow.
Information that defines the execution environment for the .
The method to be called after the asynchronous activity and completion notification have occurred.
An object that saves variable information for an instance of an asynchronous activity.
An object.
Not implemented. Use instead.
Not implemented.
Serves as a virtual method and converts information obtained by reflection on a cache into arguments for an asynchronous activity.
object that contains data for a set of asynchronous activity arguments.
When implemented in a derived class and using the specified execution environment information, notifies the workflow runtime that the asynchronous activity operation has been canceled. This method serves as a virtual method.
Information that defines the execution environment for the .
When implemented in a derived class and using the specified execution environment information, notifies the workflow runtime that the associated asynchronous activity operation has completed.
Information that defines the execution environment for the .
The implemented that returns the status of an asynchronous activity when execution ends.
A generic type.
Gets or throws an error when there is an attempt to set the value of this property.
An activity function.
Gets or sets the implementation version of the activity.
The implementation version of the activity.
Raises an event when creating a map for the dynamic update.
The metadata.
The original activity.
The execution context for an asynchronous activity.
Gets a value that indicates whether the currently executing is to be canceled.
if the currently executing is to be canceled; otherwise, .
Marks the current activity instance as canceled.
Gets or sets a user-defined object associated with the current asynchronous activity.
The user-defined object.
Represents a point at which a workflow or activity can passively wait to be resumed.
Initializes a new instance of the class using the specified name.
A name that identifies the bookmark.
Determines whether the current and the specified refer to the same continuation point in a workflow.
The bookmark to compare.
if the objects are equal; otherwise, .
Determines whether the current and the specified object refer to the same continuation point in a workflow.
The object to compare.
if the objects are equal; otherwise, .
Returns a unique identifier for this instance.
The unique identifier of this instance.
Gets the bookmark name.
The bookmark name.
Returns the bookmark name for a named bookmark or the bookmark ID for an unnamed bookmark.
The bookmark name or ID.
Represents the method that is called when a is resumed.
The execution environment of the activity handling the resumption.
The being resumed.
The data associated with the resumption.
Specifies the options for a .
A that can be resumed multiple times.
A that does not block the workflow.
Default options,
Defines an enumeration whose members represent the outcome of bookmark scheduling requests.
The bookmark resumption was not scheduled because the bookmark could not be found.
The bookmark resumption was not scheduled because the runtime has not yet created the bookmark. The host should wait until another idle point to try resumption again.
The bookmark resumption was successfully scheduled.
Scopes a set of objects that are categorized as operating under the same protocol.
Creates a new instance of the class with the specified GUID scope identification number.
A GUID scope identification number.
Gets the default .
The default .
Gets a value that indicates whether the current and the specified are the same.
A bookmark scope object.
if the bookmark scopes are the same; otherwise, .
Generates an identification number for the current .
A hash code.
Gets the GUID that identifies the current .
A GUID.
Initializes the current using the specified GUID.
The current activity execution environment.
The GUID to assign to the .
Gets a value that indicates whether the current has been initialized.
if the has been initialized; otherwise, .
A T:System.Handle used to manage the lifetime of a .
Creates a new instance of the class.
The associated with this .
A .
Creates a new
The activity context.
Creates a new .
The activity context.
A unique global identifier associated with the .
The default .
A .
Initializes the , usingthe specified activity context and GUID identifier.
The activity context.
A GUID identifier that is associated with .
An abstract class for creating a custom activity with imperative behavior defined with the method, which gives access to variable and argument resolution and extensions.
When implemented in a derived class, creates an instance of the derived class.
Not implemented. Use instead.
Not implemented.
Creates and validates a description of the activity's arguments, variables, child activities, and activity delegates.
The activity's metadata that encapsulates the activity's arguments, variables, child activities, and activity delegates.
When implemented in a derived class, performs the execution of the activity.
The execution context under which the activity executes.
Not supported.
Always returns .
Gets or sets the implementation version of the activity.
The implementation version of the activity.
Raises an event when creating a map for the dynamic update.
The metadata.
The original activity.
An abstract class for creating a custom activity with imperative behavior defined in the method, giving access to variable and argument resolution and extensions.
The result returned by the activity.
When implemented in a derived class, creates an instance of the derived class.
Not implemented. Use instead.
Not implemented.
Creates and validates a description of the activity's arguments, variables, child activities, and activity delegates.
The activity's metadata that encapsulates the activity's arguments, variables, child activities, and activity delegates.
When implemented in a derived class, performs the execution of the activity.
The execution context under which the activity executes.
The result of the activity's execution.
Not supported.
Always returns .
Gets or sets the implementation version of the activity.
The implementation version of the activity.
Raises an event when creating a map for the dynamic update.
The metadata.
The original activity.
Extends and provides additional functionality for .
Gets the execution property of the specified type.
The type of execution property.
The execution property.
Sends the specified custom tracking record to any registered tracking providers.
The data to be tracked.
Represents the set of arguments that a configured introduces to the execution environment.
Adds an argument to the collection of arguments of an activity.
The argument to add to the collection.
Adds the specified extension provider to the collection of default extension providers for the activity.
The function that returns the extension.
The type of the extension provider.
Adds the specified validation error to the metadata's collection of validation errors.
The validation error to add.
Adds a validation error to the metadata's collection of validation errors using the specified description.
A message that describes the validation error.
Binds the specified to the specified .
The to bind.
The to bind.
Gets the activity's of arguments or symbols introduced by a .
The activity's location reference environment of arguments or symbols introduced by a .
Determines whether the specified object is equal to this metadata instance.
The object to compare.
if the specified object is equal to this metadata instance; otherwise, .
Returns a collection of arguments obtained by using reflection.
A collection of arguments.
Returns a unique identifier for this metadata instance.
An integer that uniquely identifies this metadata instance.
Gets a value that indicates whether there are any validation errors in the metadata.
if validation errors are present; otherwise, .
Returns a value that indicates whether the two specified metadata instances are equal.
The first item to compare.
The second item to compare.
if the two items are equal; otherwise, .
Returns a value that indicates whether the two specified metadata instances are not equal.
The first item to compare.
The first item to compare.
if the two items are not equal; otherwise, .
Specifies that the activity requires an extension of the specified type at runtime.
The type of the extension.
Specifies that the activity requires an extension of the specified generic type at runtime.
The type of the extension.
Adds the specified collection of arguments to the activity's arguments.
The arguments to add.
Adds the specified collection of validation errors to the metadata's collection of validation errors.
The validation errors to add.
Specifies information about a public environment accessor.
Gets the activity's arguments, variables, child activities, and activity delegates.
The activity's arguments, variables, child activities, and activity delegates.
Creates the description of the arguments, child activities, variables, and activity delegates.
The activity's metadata that encapsulates the activity's arguments, variables, child activities, and activity delegates.
The description of the arguments, child activities, variables, and activity delegates.
Determines whether the specified object is equal to the public environment accessor.
The object to compare.
if the specified object is equal to the public environment accessor; otherwise, .
Returns a unique identifier for this public environment accessor.
A unique identifier for this public environment accessor.
Returns a value that indicates whether the two specified metadata instances are equal.
The first item to compare.
The second item to compare.
if the two specified metadata instances are equal; otherwise, .
Returns a value that indicates whether the two specified metadata instances are not equal.
The first item to compare.
The second item to compare.
if the two specified metadata instances are not equal; otherwise, .
Returns a value that indicates whether the activity will try to get access to public location.
Public location reference.
The access direction reference.
The equivalent location reference.
if the activity to try will get access to public location; otherwise, .
Returns a value that indicates whether the activity will try to get reference for the public location.
Public reference location.
The equivalent reference location.
if the activity will try to get reference for the public location; otherwise, .
The method that is called when an activity completes.
The execution environment of the activity.
The activity that completed.
The method that is called when an activity completes.
The execution environment of the activity.
The activity that completed.
The value of the activity that completed.
The type of the result value.
Represents the debugging information.
Provides an interface whose implementation enables the Workflow debugger to debug a serialized Workflow object.
Returns the root of the Workflow tree.
An activity that represents the root of the workflow tree.
Represents the name and type of an early bound item that displays in the workflow debugger Locals window.
Creates a new instance of the class with the name and type of the local item defined.
The name of the specified early bound local item.
The type of the specified early bound local item.
Returns the name of a local item accessed while debugging a workflow.
A string representing the name of a local item.
Returns a string that represents the name and type of an early bound local item that displays in the workflow debugger Locals window.
A string representing the name and type of a local item.
Returns the type of a local item accessed while debugging a workflow.
A string representing the type of a local item.
Identifies a specific location in a target source code file.
Creates a new instance of the class that specifies a source code file name and the number of a line in that file.
A source code file.
The number of a line in the source code file.
Creates a new instance of the class that specifies a source code file name and parameters for a range of data within that file.
The name of a source code file.
A number that designates the line in the source code file where reading begins.
A number that designates the column in the source code file where reading begins.
A number that designates the line in the source code file where reading ends.
A number that designates the column in the source code file where reading ends.
Gets the final column in a range of one or more columns in the source code file.
An integer representing the final column in a range of columns.
Gets the final line in a range of one or more lines in the source code file.
An integer representing the final line in a range of lines.
Returns a value that indicates whether the source code file line and column settings referenced by the object are an exact match for the line and column settings in another, specified object.
A specified object.
A boolean that indicates the presence or absence of a match.
Gets the name of the target source code file.
A string instance of the name of the target source code file.
Returns a unique value to represent the object.
An integer representing a hash code.
Gets a value that indicates whether the line and column settings define a single, complete line, and not multiple lines, in the source code file.
A boolean representing what the column settings define.
Gets the first column in a range of one or more columns in the source code file.
An integer representing a column in a range of columns.
Gets the first line in a range of one or more lines in the source code file.
An integer representing a line a range of lines.
Represents SourceLocationFoundEventArgs.
Initializes a new instance of the class using the target and source location.
The target location.
The source location.
Gets the specific location in a target source code file.
The specific location in a target source code file.
Gets the target source code files for the specific location.
The target source code files for the specific location.
Provides information for the mapping of a root activity and its descendants to their corresponding source locations.
Creates to a dictionary type collection of mappings of the root activity and its descendants to their corresponding source locations.
A workflow element that represents an activity that is not mapped to a source location.
A workflow element that shadows but has specific source locations to which its members are mapped.
A dictionary object that contains a root activity and its descendants, each mapped to a source location.
The path of the source file to use.
Gets the source locations for the specified root activity and workflow symbols.
A workflow element that represents the root activity from which to get the source locations.
An object that contains the workflow symbols.
A object that contains the source locations.
Gets the workflow symbols for the specified root activity and source locations.
A workflow element that represents the root activity from which to get the workflow symbols.
An object that contains the source locations.
An object that contains the workflow symbols.
Maintains property information that pinpoints source code locations that can serve as breakpoints or be stepped to by the interpreter.
Manages the debugging of each activity that is mapped to a state by the debugging infrastructure.
Exits each thread in the logical thread list and then clears the list.
Exits the specified thread and sets its location in the logical thread list to .
A number that represents an index into a list of logical threads.
Represents an activity symbol.
Gets the final column in a range of one or more columns in the source code file.
The final column in a range of one or more columns.
Gets the final line in a range of one or more lines in the source code file.
The final line in a range of one or more lines in the source code file.
Gets the identification for the activity.
The identification for the activity.
Gets the first column in a range of one or more columns in the source code file.
The first column in a range of one or more columns in the source code file.
Gets the first line in a range of one or more lines in the source code file.
The first line in a range of one or more lines in the source code file.
Returns a string that represents the current object.
A string that represents the current object.
Represents a debug symbol.
Gets a symbol for the debug symbol.
The instance of the object.
The symbol.
The symbol for the debug symbol.
The instance of the object.
The value of the symbol.
Specifies the symbol name.
Represents a workflow symbol.
Initializes a new instance of the class.
Indicates whether the workflow symbol to calculate the checksum symbols.
if the workflow symbol to calculate the checksum symbols; otherwise, .
Converts the data encoding format into a data object for a specified type.
The symbol string.
The data encoded format converts into a data object for a specified type.
Specifies the encoding format for the symbol.
The encoding format for the symbol.
Gets or sets the file name for the workflow symbol.
The file name for the workflow symbol.
Gets the checksum for the workflow symbol.
The checksum for the workflow symbol.
Gets or sets the collection of symbols.
The collection of symbols.
Returns a string that represents the workflow symbol.
A string that represents the workflow symbol.
Supports the creation and execution of an auxiliary debugging thread, or island, on a dedicated worker thread. This type is a utility class used by the framework and is not intended for public use.
Creates a new instance of the class.
Directs execution to a particular auxiliary debugger thread.
The auxiliary debugger thread to execute.
Provides a virtual call stack frame for the interpreter.
Creates a new instance of the class with the state specified.
For this implementation, an object that contains the set of properties that define a virtual environment for a frame on a call stack.
Creates a new instance of the class with the state and local variables specified.
For this implementation, an object that contains the set of properties that define a virtual environment for a frame on a call stack.
Early and late bound variables associated with the state.
Gets local variables for a frame on a call stack.
A collection of key/value pairs that define early and late bound variables associated with the specified state.
Gets the properties that define a virtual environment for a frame on a call stack.
A object that contains the properties that define a specified virtual environment.
A string instance of the state information.
The state information for a virtual environment.
Provides the functionality to parse XAML markup code into an object or tree of objects.
Initializes a new instance of the class with the specified text reader.
The text reader to the underlying text data.
Initializes a new instance of the class with the specified text reader and schema context for interpreting or mapping XAML types.
The text reader to the underlying text data.
The schema context for interpreting or mapping XAML types.
Initializes a new instance of the class with the specified XAML reader and text reader.
The XAML reader to the underlying XAML data.
The text reader to the underlying text data.
Initializes a new instance of the class with the specified XAML reader, XAML line information, and text reader.
The XAML reader to the underlying XAML data.
The object that reports XAML line information.
The text reader to the underlying text data.
Gets or sets a value that indicates whether a non-activity source location is collected.
if the non-activity source location is collected; otherwise, .
Retrieves row and column values from the specified activity object and assigns them to the current instance of the XAML reader.
The XAML activity instance from which to read source location values.
An activity instance.
Releases the unmanaged resources used by the , and optionally, releases the managed resources.
to release the managed resources; otherwise, .
The name of an attached property that represents the ending column of an activity element in its XAML form.
The name of an attached property that represents the ending line of an activity element in its XAML form.
The name of an attached property that represents the name of the file to be parsed.
Gets the value of the attached property named in the EndColumnName dependency property field of the specified instance of a XAML reader.
An activity instance.
An attached property object.
Gets the value of the attached property named in the EndLineName dependency property field of the specified instance of a XAML reader.
An activity instance.
An attached property object.
Gets the value of the attached property named in the FileNameName dependency property field of the specified instance of a XAML reader.
An activity instance.
An attached property object.
Gets the value of the attached property named in the StartColumnName dependency property field of the specified instance of a XAML reader.
An activity instance.
An attached property object.
Gets the value of the attached property named in the StartLineName dependency property field of the specified instance of a XAML reader.
An activity instance.
An attached property object.
Gets a value that indicates whether line information is available.
if line information is available; otherwise, .
Gets a value that indicates whether the underlying reader has reached the end of the XAML file that is being parsed.
if the reader has reached the end of the file it is parsing; otherwise, .
Gets the line in a XAML file that is currently being examined by the reader.
The line in a XAML file that is currently being examined by the reader.
Gets the position of the line in a XAML file that is currently being examined by the XML reader.
The position of the line in a XAML file that is currently being examined by the XML reader.
Gets the starting member of the document being parsed to the XAML member base.
The starting member of the document being parsed to the XAML member base.
Gets the path that is used in the root element of the XAML document to establish a relationship between the XAML code and its schema.
A namespace declaration for use in the root element of the XAML document.
Gets the type of the node currently being read in a XAML file.
One of the enumeration values of the enumeration.
Provides the next XAML node from the loaded source, if a XAML node is available.
if a node is available; otherwise, .
Gets the schema context for the underlying XAML reader.
The schema context information.
Sets the value of the attached property named in the EndColumnName dependency property field of the specified instance of a XAML reader.
The current instance of the XAML reader.
The EndColumnName property identifier or name.
Sets the value of the attached property named in the EndLineName dependency property field of the specified instance of a XAML reader.
The current instance of the XAML reader.
The EndLineName identifier or name.
Sets the value of the attached property named in the FileNameName dependency property field of the specified instance of a XAML reader.
The current instance of the XAML reader.
The FileNameName property identifier or name.
Sets the value of the attached property named in the StartColumnName dependency property field of the specified instance of a XAML reader.
The current instance of the XAML reader.
The StartColumnName property identifier or name.
Sets the value of the attached property named in the StartLineName dependency property field of the specified instance of a XAML reader.
The current instance of the XAML reader.
The StartLineName property identifier or name.
Occurs when the source location is found.
The name of an attached property that represents the starting column of the activity in its XAML form.
The name of an attached property that represents the starting line of the activity in its XAML form.
Gets the record type at the XAML start node.
A XAML record type.
Gets the element at the node currently being read.
An element in an XAML file.
The abstract base class that represents a binding terminal that supports the flow of data into and out of an .
Gets an that specifies whether the represents the flow of data into an , out of an , or both into and out of an .
One of the enumeration values that specifies the direction of the flow of data through the .
Returns the value of the argument using the specified activity context.
The current activity context.
The value of the argument.
Returns the of the value referenced by the .
The current activity context.
The location of the value referenced by the .
Gets or sets the name of the .
The name of the .
Gets the string value used by .
The name of the .
Represents the method that is called when an completes.
The execution environment of the activity handling the callback.
The completed activity instance of the handler.
The output arguments of the completed .
The abstract base class that represents a binding terminal that supports the flow of data into an .
A binding terminal that represents the flow of data into an .
The data type of the .
Initializes a new instance of the class.
Initializes a new instance of the class using the specified name.
The name of the .
Gets the value of the .
The current activity context.
The value of the .
Sets the value of the .
The current activity context.
The new value.
The abstract base class that represents a binding terminal that supports the flow of data out of an .
A binding terminal that represents the flow of data out of an .
The data type of the .
Initializes a new instance of the class.
Initializes a new instance of the class with the specified name.
The name of the .
Gets the value of the .
The current activity context.
The value of the .
Returns the for this .
The activity context that contains the location for this .
The location for this .
Sets the value of the .
The current activity context.
The new value.
Contains the results from executing the against an instance store.
Initializes an instance of the class.
Creates an instance of the class and initializes the property with the data in the dictionary object passed in as a parameter.
A dictionary object containing activation parameters.
Creates an instance of the class and initializes the property with the data in the enumerable dictionary object passed in as a parameter.
An enumerable dictionary object containing activation parameters.
A list of activation parameters that a generic host uses to create a workflow host.
A List object containing activation parameters.
Use this persistence command to register a workflow service host as a lock owner in the persistence database.
Initializes an instance of the class.
Gets the metadata about the instance owner (currently has a one-to-one mapping to a service host) in a dictionary with an XName object as the key and an object as a value.
The metadata about the instance owner.
Specifies creation of a workflow owner with identity command.
Initializes a new instance of the class.
Gets the metadata about the instance owner in a dictionary with an XName object as the key and an InstanceValue object as a value.
The metadata about the instance owner.
Deletes lock owner information from the persistence database.
Initializes an instance of the class.
Represents an event that an instance store raises to notify generic hosts about the existence of activatable instances in the persistence database.
Initializes a new instance of the class.
Represents an event that the SQL Workflow Instance Store raises to notify workflow hosts about the existence of runnable instances in the persistence database.
Initializes an instance of the class.
A persistence command that loads a workflow instance by using the instance key associated with the instance.
Initializes an instance of the class.
Gets a value that indicates whether to allow loading a workflow instance that is in an uninitialized state.
if the workflow instance is allowed to be loaded when in an uninitialized state; otherwise .
Gets or sets the instance identifier associated with an instance key.
The instance identifier.
Gets the instance keys to be associated with an instance in the persistence store.
The instance keys.
Gets the instance key used to identify the instance to be loaded.
The instance key.
A persistence command that loads a workflow instance based on state information of the instance in the persistence store.
Initializes an instance of the class.
Gets a value that indicates whether to allow loading an uninitialized instance.
if loading an uninitialized instance is allowed; otherwise .
Represents the command that a generic host executes against an instance store to retrieve activation parameters. The generic host uses these activation parameters to create a workflow host, which in turn loads a runnable service instance.
Initializes an instance of the class.
A persistence command that lets you save instance state information into the persistence store.
Initializes an instance of the class.
Sets the status of the instance in the persistence database to "Completed" and deletes the state information from the database unless the property is set to "Delete Nothing".
if the status of the instance is "Completed" and the state information is deleted; otherwise .
Gets the instance data to be saved into the persistence store. A dictionary that contains names of properties and their values.
The dictionary that contains names of properties and their values.
Gets a dictionary with an instance key as the key and a dictionary of XName and pairs as the value.
The dictionaries with key/value pairs.
Contains instance keys that must be associated with an instance. A dictionary that contains a GUID associated with an instance key and metadata associated with the instance key.
The instance keys that must be associated with an instance.
Gets a collection of instance keys that must be disassociated with an instance.
A collection of instance keys that must be disassociated with an instance.
Gets a collection of instance keys to be deleted from the persistence store.
A collection of instance keys to be deleted from the persistence store.
Gets a dictionary that contains changes to instance metadata.
The changes to instance metadata.
Removes the lock on an instance. Sets the lock owner to for an instance.
if the lock is removed on an instance; otherwise .
Represents the command that a workflow host executes against an instance store to load runnable instances in the persistence store into the memory.
Initializes an instance of the class.
Provides an object model that allows you to construct activities dynamically that interface with the WF designer and runtime using .
Creates a new instance of the class.
Gets the collection of attributes of the dynamically generated activity.
The collection of attributes.
Returns a collection of activities that are configured to provide validation for the .
The constraint collection.
Gets or sets the execution logic of the activity.
The execution logic.
Gets or sets the implementation version of the activity.
The implementation version of the activity.
The name to be displayed for the activity in the workflow designer.
The activity name.
Gets the collection of properties that map to the arguments of the dynamically generated activity.
The collection of properties.
Returns a collection of attributes of the dynamic activity.
The attributes of the dynamic activity.
Returns the class name of the dynamic activity.
The class name.
Returns the component name of the dynamic activity.
The component name.
Returns a type converter for the dynamic activity.
A type converter for this dynamic activity instance.
Returns the default event for the dynamic activity.
The default event.
Returns the default property for the dynamic activity.
The default property.
Returns an editor with the specified base type.
The base type of the editor you want to find.
An instance of the editor that can be cast to the specified editor type or if no editor of the requested type can be found.
Returns the collection of events of the dynamic activity.
The collection of events.
Returns the collection of events of the dynamic activity using a specified array of attributes as a filter.
An array that you can use as a filter.
The collection of events that match the specified attributes.
Returns the collection of properties of the dynamic activity.
The collection of properties.
Returns the collection of properties of the dynamic activity using a specified array of attributes as a filter.
An array that you can use as a filter.
The collection of properties that match the specified attributes.
Returns this instance of the class.
The property whose owner is to be found.
This instance of .
Provides an approach that is consistent with the document object model (DOM), which constructs activities dynamically that interface with the WF designer and workflow runtime using .
The result returned by the activity.
Creates a new instance of the class.
Gets the collection of attributes of the dynamically generated activity.
The collection of attributes.
Returns a collection of activities that are configured to provide validation for the .
The constraint collection.
Gets or sets the execution logic of the activity.
The execution logic.
Gets or sets the implementation version of the activity.
The implementation version of the activity.
Gets the name to be displayed for the activity in the workflow designer.
The activity name.
Gets the collection of properties that map to the arguments of the dynamically generated activity.
The collection of properties.
Returns a collection of attributes of the dynamic activity.
The attributes of the dynamic activity.
Returns the class name of the dynamic activity.
The class name.
Returns the component name of the dynamic activity.
The component name.
Returns a type converter for the dynamic activity.
A type converter for this dynamic activity instance.
Returns the default event for the dynamic activity.
The default event.
Returns the default property for the dynamic activity.
The default property.
Returns an editor with the specified base type.
The base type of the editor you want to find.
An instance of the editor that can be cast to the specified editor type, or if no editor of the requested type can be found.
Returns the collection of events of the dynamic activity.
The collection of events.
Returns the collection of events of the dynamic activity using a specified array of attributes as a filter.
An array that you can use as a filter.
The collection of events that match the specified attributes.
Returns the collection of properties of the dynamic activity.
The collection of properties.
Returns the collection of properties of the dynamic activity using a specified array of attributes as a filter.
An array that you can use as a filter.
The collection of properties that match the specified attributes.
Returns this instance of the class.
The property whose owner is to be found.
This instance of .
Represents a property of a that is created at runtime and executes in the .
Creates a new instance of the class.
Returns the attributes of the object.
A collection of attributes.
Gets or sets the name of the object.
The property name.
Returns a string message that contains the type and the name of the instance.
A string message.
Gets or sets the type of the object.
An object of type .
Gets or sets the value of the object.
An object of type .
Represents an activity blocking update.
Initializes a new instance of the class with the specified activity, original activity identifier and reason.
The activity workflow definition.
The original activity identifier.
The reason to block activities.
Initializes a new instance of the class with the specified activity, original activity identifier, reason and activity instance identifier.
The activity workflow definition.
The original activity identifier.
The reason to block activities.
The identifier of executing activity instance.
Initializes a new instance of the class with the specified updated activity identifier, original activity identifier and reason.
The updated activity identifier.
The original activity identifier.
The reason to block activities.
Initializes a new instance of the class with the specified updated activity identifier, original activity identifier, reason and activity instance identifier.
The updated activity identifier.
The original activity identifier.
The reason to block activities.
The identifier of executing activity instance.
Gets the activity of the workflow definition.
The activity of the workflow definition.
Gets or sets the unique identifier of the currently executing activity instance.
The unique identifier of the currently executing activity instance.
Gets or sets the identifier of the original activity in the workflow definition.
The identifier of the original activity in the workflow definition.
Gets or sets the reason for the activity blocking.
The reason for the activity blocking.
Gets or sets the updated activity identifier in the workflow definition.
The updated activity identifier in the workflow definition.
Specifies dynamic update information.
Gets the map item for the .
The instance of the specified object.
The map item.
Gets the original activity builder for the .
The instance of the specified object.
The original activity builder.
Gets the original definition for the .
The instance of the specified object.
The original definition.
Sets the map item for the .
The instance of the specified object.
The map item to be set.
Sets the original activity builder for the .
The instance of the specified object.
The original activity builder to be set.
Sets the original definition for the .
The instance of the specified object.
The original definition to be set.
Specifies options for a dynamic update map.
Calculates the map items used in the implementation of with specified activity definition.
The activity definition to be updated.
The calculated map items.
Calculates the map items used in the implementation of with specified activity definition and environment.
The activity definition to be updated.
The environment.
The calculated map items.
Calculates the map items used in with specified workflow definition.
The activity definition to be updated.
The calculated map items.
Calculates the map items used in with specified workflow definition and environment.
The activity definition to be updated.
The environment.
The calculated map items.
Merges the dynamic update map.
The collection of maps to be merged.
The merged dynamic update map.
Merges the dynamic update map.
The maps to be merged.
The merged dynamic update map.
Gets the dynamic update map without changes.
The dynamic update map without changes.
Displays the dynamic update map query.
The updated workflow information.
The original workflow definition.
The dynamic update map query.
Represents a dynamic update map builder.
Initializes a new instance of the class.
Creates map for the .
The created map.
Creates map for the with specified activities blocking update.
The activities blocking update.
The created map.
Gets the disallow update inside for the .
The disallow update inside.
Gets or sets whether the is for implementation.
if the is for implementation; otherwise, .
Gets or sets the lookup implementation map for the .
The lookup implementation map.
Gets or sets the lookup map item for the .
The lookup map item.
Gets or sets the location reference environment for the .
The location reference environment.
Gets or sets the original workflow definition.
The original workflow definition.
Gets or sets the updated environment for the .
The updated environment.
Gets or sets the updated workflow definition for the .
The updated workflow definition.
Represents a single map item contained in the dynamic update map.
Represents a dynamic update map query.
Specifies whether the can update while running.
The current activity.
if the can update while running; otherwise, .
Searches for the match with using the specified activities.
The activity to be searched for a match.
The match for the activity.
Searches for the match with using the specified variable.
The variable to be searched for a match.
The match for the variable.
Represents dynamic update services.
Creates an update map with specified workflow definition.
The updated workflow definition.
The created update map.
Creates an update map with specified workflow definition and list of disallow update inside activities.
The updated workflow definition.
The list of activities.
The created update map.
Creates an update map with specified workflow definition, list of disallow update inside activities and blocking updates.
The updated workflow definition.
The list of activities.
The list of blocking update.
The created update map.
Creates an update map with specified activity definition.
The updated activity definition.
The created update map.
Creates an update map with specified activity definition and list of disallow update inside activities.
The updated activity definition.
The list of activities.
The created update map.
Creates an update map with specified activity definition and list of disallow update inside activities and blocking updates.
The updated activity definition.
The list of activities.
The list of blocking update.
The created update map.
Gets an implementation map for the .
The target activity.
The retrieved implementation map.
Prepares a workflow definition to be updated.
The workflow to be updated.
Prepares a workflow definition to be updated.
The activity to be updated.
Sets an implementation map for the .
The target activity.
The set implementation map.
Represents an instance update exception.
Initializes a new instance of the class.
Initializes a new instance of the class with the specified blocking activities.
The activities to block in this instance.
Initializes a new instance of the class with serialized data.
The object that holds the serialized object data.
The contextual information about the source or destination.
Initializes a new instance of the class with the specified message.
The message that describes the error.
Initializes a new instance of the class with the specified message and blocking activities.
The error message that explains the reason for the exception.
The activities to block in this instance.
Initializes a new instance of the class.
The error message that explains the reason for the exception.
The activities to block in this instance.
The exception that is the cause of the current exception.
Initializes a new instance of the class with the specified error message and a reference to the inner exception that is the cause of this exception.
The error message that explains the reason for the exception.
The exception that is the cause of the current exception.
Gets the collection of blocking activities for the instance.
The collection of blocking activities for the instance.
Sets the SerializationInfo object with additional exception information.
The object that holds the serialized object data.
The contextual information about the source or destination.
Represents a native activity update context.
Gets the unique identifier of the currently executing activity instance.
The unique identifier of the currently executing activity instance.
Creates a point at which a NativeActivity can passively wait to be resumed.
A bookmark.
Creates the point at which a NativeActivity can passively wait to be resumed and schedules the specified method to execute when notification of the resume operation completes.
The method to be called when a notification signals resumption of the NativeActivity.
The callback method
Creates the point at which a NativeActivity can passively wait to be resumed, with the specified method to execute when notification of the resume operation completes and with the specified option that governs how the bookmark is used during the execution of the current NativeActivity.
The method to be called when a notification signals resumption of the NativeActivity.
An enumerated setting that governs how the bookmark operates in relation to other threads during the execution of the current NativeActivity.
A bookmark that includes the callback method and the bookmark execution option.
Creates the point, with the specified name, at which NativeActivity can passively wait to be resumed.
The name of the bookmark.
A bookmark that includes the name of the bookmark.
Creates the point at which a NativeActivity can passively wait to be resumed with the specified name and with the specified method to execute when notification of the resume operation completes.
The name of the bookmark.
The method to be called when a notification signals resumption of the NativeActivity.
A bookmark that includes the name of the bookmark and the callback method.
Creates the point at which a NativeActivity can passively wait to be resumed with the specified name, the specified method to execute when notification of the resume operation completes and the specified option that governs how the bookmark is used during the execution of the current NativeActivity.
The name of the bookmark.
The method to be called when a notification signals resumption of the NativeActivity.
The bookmark options that govern how the bookmark is used during the execution of the current NativeActivity.
A bookmark that includes the name of the bookmark, the callback method, and the bookmark execution option.
Creates the point at which a NativeActivity can passively wait to be resumed with the specified name, the specified method to execute when notification of the resume operation completes and the specified scope of the bookmark.
The name of the bookmark.
The method to be called when a notification signals resumption of the NativeActivity.
An identifier applied to a group of bookmarks that operate under the same protocol during a workflow runtime.
A bookmark that includes the name of the bookmark, the callback method, and the scope of the bookmark.
Creates the point at which a NativeActivity can passively wait to be resumed with the specified name, the specified method to execute when notification of the resume operation completes and the specified scope of the bookmark and the specified option that governs how the bookmark is used during the execution of the current NativeActivity.
The name of the bookmark.
The method to be called when a notification signals resumption of the NativeActivity.
An identifier applied to a group of bookmarks that operate under the same protocol during a workflow runtime.
The bookmark options that govern how the bookmark is used during the execution of the current NativeActivity.
A bookmark that includes the name of the bookmark, the callback method, the scope of the bookmark and the bookmark execution option.
Gets the bookmark scope associated with the root of the workflow.
The bookmark scope associated with the root of the workflow.
Disallows the updating of the .
The reason of disallowing the context.
Finds the workflow execution property with the specified name.
The name of the workflow execution property.
The workflow execution property with the specified name.
Returns the typed location for the specified referenced location.
The variable from the location.
The type of the location to return.
The typed location for the specified referenced location.
Indicates the object to save the original value for the current activity.
The child activity.
The object to save the original value for the current activity.
Indicates the object to save the original value for the current activity.
The name of the property.
The object to save the original value for the current activity.
Gets the value of the specified Argument.
The argument to inspect.
The value of the specified Argument.
Gets the value of the specified RuntimeArgument.
The argument to inspect.
the value of the specified RuntimeArgument.
Gets the value of the specified variable in the current NativeActivity instance.
The variable whose value is being retrieved during execution of the current NativeActivity instance.
The value of the specified variable in the current NativeActivity instance.
Returns the value of the specified generic variable in the current NativeActivity instance.
The generic variable whose value is being retrieved during execution of the current NativeActivity instance.
The type of the variable whose value is being retrieved.
The value of the specified generic variable in the current NativeActivity instance.
Gets or sets a value that indicates whether the currently executing NativeActivity instance is to be canceled.
if the currently executing NativeActivity instance is to be canceled; otherwise, .
Initializes whether the is newly added.
The child activity.
if the is newly added; otherwise, .
Removes all the bookmarks associated with the currently executing NativeActivity instance.
Removes the specified bookmark from the currently executing NativeActivity instance.
A point at which a NativeActivity instance can passively wait to be resumed.
if the specified bookmark from the currently executing NativeActivity instance was removed; otherwise, .
Removes the bookmark with the specified name.
The name of the bookmark.
if the bookmark with the specified name was removed; otherwise, .
Removes the bookmark with the specified name and the specified bookmark scope.
The name of the bookmark.
The unique GUID identifier for a group of Bookmark objects that are categorized as operating under the same protocol.
if the bookmark with the specified name and the specified bookmark scope were removed; otherwise, .
Schedules for execution a specified ActivityAction that has no parameters, and that bookmarks the specified callback locations where the parent process resumes upon completion of the ActivityAction.
An action that executes when a specific event occurs in the parent activity.
A bookmark that indicates where the parent activity execution resumes upon completion of the ActivityAction.
A bookmark that indicates where the parent activity execution resumes if an error causes the termination of the ActivityAction.
Schedules for execution a specified ActivityAction<T> that has one parameter for an in argument and bookmarks the specified callback locations where the parent process resumes upon completion of the ActivityAction<T>.
An action that executes when a specific event occurs in the parent activity.
An argument that carries data into an activity.
A bookmark that indicates where the parent activity execution resumes upon completion of the ActivityAction<T>.
A bookmark that indicates where the parent activity execution resumes if an error causes the termination of the ActivityAction<T>.
The data that is carried into an activity.
Schedules for execution a specified ActivityAction<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10> that has ten parameters for in arguments and that bookmarks the specified callback locations where the parent process resumes upon completion of the ActivityAction<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>.
An action that executes when a specific event occurs in the parent activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
A bookmark that indicates where the parent activity execution resumes upon completion of the ActivityAction<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>.
A bookmark that indicates where the parent activity execution resumes if an error causes the termination of the ActivityAction<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10>.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
Schedules for execution a specified ActivityAction<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11> that has eleven parameters for in arguments, and that bookmarks the specified callback locations where the parent process resumes upon completion of the ActivityAction<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>.
An action that executes when a specific event occurs in the parent activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
A bookmark that indicates where the parent activity execution resumes upon completion of the ActivityAction<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>.
A bookmark that indicates where the parent activity execution resumes if an error causes the termination of the ActivityAction<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11>.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
Schedules for execution a specified ActivityAction<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12> that has twelve parameters for in arguments and that bookmarks the specified callback locations where the parent process resumes upon completion of the ActivityAction<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>.
An action that executes when a specific event occurs in the parent activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
A bookmark that indicates where the parent activity execution resumes upon completion of the ActivityAction<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>.
A bookmark that indicates where the parent activity execution resumes if an error causes the termination of the ActivityAction<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12>.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
Schedules for execution a specified ActivityAction<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13> that has thirteen parameters for in arguments and that bookmarks the specified callback locations where the parent process resumes upon completion of the ActivityAction<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>.
An action that executes when a specific event occurs in the parent activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
A bookmark that indicates where the parent activity execution resumes upon completion of the ActivityAction<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>.
A bookmark that indicates where the parent activity execution resumes if an error causes the termination of the ActivityAction<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13>.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
Schedules for execution a specified ActivityAction<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14> that has fourteen parameters for in arguments and that bookmarks the specified callback locations where the parent process resumes upon completion of the ActivityAction<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>.
An action that executes when a specific event occurs in the parent activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
A bookmark that indicates where the parent activity execution resumes upon completion of the ActivityAction<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>.
A bookmark that indicates where the parent activity execution resumes if an error causes the termination of the ActivityAction<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14>.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
Schedules for execution a specified ActivityAction<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15> that has fifteen parameters for in arguments and that bookmarks the specified callback locations where the parent process resumes upon completion of the ActivityAction<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>.
An action that executes when a specific event occurs in the parent activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
A bookmark that indicates where the parent activity execution resumes upon completion of the ActivityAction<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>.
A bookmark that indicates where the parent activity execution resumes if an error causes the termination of the ActivityAction<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15>.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
Schedules for execution a specified ActivityAction<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16> that has sixteen parameters for in arguments and that bookmarks the specified callback locations where the parent process resumes upon completion of the ActivityAction<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>.
An action that executes when a specific event occurs in the parent activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
A bookmark that indicates where the parent activity execution resumes upon completion of the ActivityAction<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>.
A bookmark that indicates where the parent activity execution resumes if an error causes the termination of the ActivityAction<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16>.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
Schedules for execution a specified ActivityAction<T1, T2> that has two parameters for in arguments and that bookmarks the specified callback locations where the parent process resumes upon completion of the ActivityAction<T1, T2>.
An action that executes when a specific event occurs in the parent activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
A bookmark that indicates where the parent activity execution resumes upon completion of the ActivityAction<T1, T2>.
A bookmark that indicates where the parent activity execution resumes if an error causes the termination of the ActivityAction<T1, T2>.
The data that is carried into an activity.
The data that is carried into an activity.
Schedules for execution a specified ActivityAction<T1, T2, T3> that has three parameters for in arguments and that bookmarks the specified callback locations where the parent process resumes upon completion of the ActivityAction<T1, T2, T3>.
An action that executes when a specific event occurs in the parent activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
A bookmark that indicates where the parent activity execution resumes upon completion of the ActivityAction<T1, T2, T3>.
A bookmark that indicates where the parent activity execution resumes if an error causes the termination of the ActivityAction<T1, T2, T3>.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
Schedules for execution a specified ActivityAction<T1, T2, T3, T4> that has four parameters for in arguments and that bookmarks the specified callback locations where the parent process resumes upon completion of the ActivityAction<T1, T2, T3, T4>.
An action that executes when a specific event occurs in the parent activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
A bookmark that indicates where the parent activity execution resumes upon completion of the ActivityAction<T1, T2, T3, T4>.
A bookmark that indicates where the parent activity execution resumes if an error causes the termination of the ActivityAction<T1, T2, T3, T4>.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
Schedules for execution a specified ActivityAction<T1, T2, T3, T4, T5> that has five parameters for in arguments and that bookmarks the specified callback locations where the parent process resumes upon completion of the ActivityAction<T1, T2, T3, T4, T5>.
An action that executes when a specific event occurs in the parent activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
A bookmark that indicates where the parent activity execution resumes upon completion of the ActivityAction<T1, T2, T3, T4, T5>.
A bookmark that indicates where the parent activity execution resumes if an error causes the termination of the ActivityAction<T1, T2, T3, T4, T5>.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
Schedules for execution a specified ActivityAction<T1, T2, T3, T4, T5, T6> that has six parameters for in arguments and that bookmarks the specified callback locations where the parent process resumes upon completion of the ActivityAction<T1, T2, T3, T4, T5, T6>.
An action that executes when a specific event occurs in the parent activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
A bookmark that indicates where the parent activity execution resumes upon completion of the ActivityAction<T1, T2, T3, T4, T5, T6>.
A bookmark that indicates where the parent activity execution resumes if an error causes the termination of the ActivityAction<T1, T2, T3, T4, T5, T6>.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
Schedules for execution a specified ActivityAction<T1, T2, T3, T4, T5, T6, T7> that has seven parameters for in arguments and that bookmarks the specified callback locations where the parent process resumes upon completion of the ActivityAction<T1, T2, T3, T4, T5, T6, T7>.
An action that executes when a specific event occurs in the parent activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
A bookmark that indicates where the parent activity execution resumes upon completion of the ActivityAction<T1, T2, T3, T4, T5, T6, T7>.
A bookmark that indicates where the parent activity execution resumes if an error causes the termination of the ActivityAction<T1, T2, T3, T4, T5, T6, T7>.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
Schedules for execution a specified ActivityAction<T1, T2, T3, T4, T5, T6, T7, T8> that has eight parameters for in arguments and that bookmarks the specified callback locations where the parent process resumes upon completion of the ActivityAction<T1, T2, T3, T4, T5, T6, T7, T8>.
An action that executes when a specific event occurs in the parent activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
A bookmark that indicates where the parent activity execution resumes upon completion of the ActivityAction<T1, T2, T3, T4, T5, T6, T7, T8>.
A bookmark that indicates where the parent activity execution resumes if an error causes the termination of the ActivityAction<T1, T2, T3, T4, T5, T6, T7, T8>.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
Schedules for execution a specified ActivityAction<T1, T2, T3, T4, T5, T6, T7, T8, T9> that has nine parameters for in arguments and that bookmarks the specified callback locations where the parent process resumes upon completion of the ActivityAction<T1, T2, T3, T4, T5, T6, T7, T8, T9>.
An action that executes when a specific event occurs in the parent activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
A bookmark that indicates where the parent activity execution resumes upon completion of the ActivityAction<T1, T2, T3, T4, T5, T6, T7, T8, T9>.
A bookmark that indicates where the parent activity execution resumes if an error causes the termination of the ActivityAction<T1, T2, T3, T4, T5, T6, T7, T8, T9>.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
Schedules the specified NativeActivity child activity for execution.
A child activity that is triggered by an event that occurs in the execution of a parent NativeActivity.
Schedules the specified NativeActivity child activity for execution using the specified completion callback location where the parent process resumes upon completion of the activity.
A child activity that is triggered by an event that occurs in the execution of a parent NativeActivity.
A bookmark that indicates where the parent activity execution resumes upon completion of the ActivityAction.
Schedules the specified NativeActivity child activity for execution using the specified fault callback location where the parent process resumes when the activity enters the faulted state.
A child activity that is triggered by an event that occurs in the execution of a parent NativeActivity.
A bookmark that indicates where the parent activity execution resumes upon completion of the ActivityAction.
A bookmark that indicates where the NativeActivity execution resumes if an error causes the termination of the ActivityAction.
Schedules the specified NativeActivity child activity for execution using the specified fault callback location where the parent process resumes when the activity enters the faulted state.
A child activity that is triggered by an event that occurs in the execution of a parent NativeActivity.
A bookmark that indicates where the NativeActivity execution resumes if an error causes the termination of the ActivityAction.
Schedules the specified NativeActivity child activity for execution, with one parameter for an in argument, and bookmarks the specified callback locations where the parent process resumes upon completion of the ActivityAction<T>.
A child activity that is triggered by an event that occurs in the execution of a parent NativeActivity.
A bookmark that indicates where the NativeActivity execution resumes upon completion of the ActivityAction<T>.
A bookmark that indicates where the NativeActivity execution resumes if an error causes the termination of the ActivityAction.
The type of the NativeActivity child activity out argument.
Pushes the callback method for an activity into the work item pool.
The callback method to which an activity returns when the specified activity action completes.
A dictionary list of activity argument names and values.
A bookmark that indicates where the parent activity execution resumes upon completion of the ActivityAction.
A bookmark that indicates where the parent activity execution resumes if an error causes the termination of the ActivityAction.
Schedules for execution a specified ActivityFunc<TResult> with one parameter that holds a return value and bookmarks the specified callback locations where the parent process resumes upon completion of the ActivityFunc<TResult>.
A child activity that runs when a specific event occurs in the parent activity and returns a value.
A bookmark that indicates where the parent activity execution resumes upon completion of the ActivityFunc<TResult>.
A bookmark that indicates where the parent activity execution resumes if an error causes the termination of the ActivityFunc<TResult>.
The type of the NativeActivity child activity out argument.
Schedules for execution a specified ActivityFunc<T1, T2, T3, T4, T5, T6, T7, T8, T9, TResult> that has ten parameters for a return value and in arguments and bookmarks the specified callback locations where the parent process resumes upon completion of the ActivityFunc<T1, T2, T3, T4, T5, T6, T7, T8, T9, TResult>.
A child activity that runs when a specific event occurs in the parent activity and returns a value.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
A bookmark that indicates where the parent activity execution resumes upon completion of the ActivityFunc<T1, T2, T3, T4, T5, T6, T7, T8, T9, TResult>.
A bookmark that indicates where the parent activity execution resumes if an error causes the termination of the ActivityFunc<T1, T2, T3, T4, T5, T6, T7, T8, T9, TResult>.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The type of the NativeActivity child activity out argument.
Schedules for execution a specified ActivityFunc<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, TResult> that has eleven parameters for a return value and in arguments, and bookmarks the specified callback locations where the parent process resumes upon completion of the ActivityFunc<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, TResult>.
A child activity that runs when a specific event occurs in the parent activity and returns a value.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
A bookmark that indicates where the parent activity execution resumes upon completion of the ActivityFunc<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, TResult>.
A bookmark that indicates where the parent activity execution resumes if an error causes the termination of the ActivityFunc<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, TResult>.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The type of the NativeActivity child activity out argument.
Schedules for execution a specified ActivityFunc<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, TResult> that has twelve parameters for a return value and in arguments and that bookmarks the specified callback locations where the parent process resumes upon completion of the ActivityFunc<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, TResult>.
A child activity that runs when a specific event occurs in the parent activity and returns a value.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
A bookmark that indicates where the parent activity execution resumes upon completion of the ActivityFunc<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, TResult>.
A bookmark that indicates where the parent activity execution resumes if an error causes the termination of the ActivityFunc<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, TResult>.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The type of the NativeActivity child activity out argument.
Schedules for execution a specified ActivityFunc<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, TResult> that has thirteen parameters for a return value and in arguments and bookmarks the specified callback locations where the parent process resumes upon completion of the ActivityFunc<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, TResult>.
A child activity that runs when a specific event occurs in the parent activity and returns a value.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
A bookmark that indicates where the parent activity execution resumes upon completion of the ActivityFunc<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, TResult>.
A bookmark that indicates where the parent activity execution resumes if an error causes the termination of the ActivityFunc<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, TResult>.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The type of the NativeActivity child activity out argument.
Schedules for execution a specified ActivityFunc<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, TResult> that has fourteen parameters for a return value and in arguments and that bookmarks the specified callback locations where the parent process resumes upon completion of the ActivityFunc<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, TResult>.
A child activity that runs when a specific event occurs in the parent activity and returns a value.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
A bookmark that indicates where the parent activity execution resumes upon completion of the ActivityFunc<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, TResult>.
A bookmark that indicates where the parent activity execution resumes if an error causes the termination of the ActivityFunc<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, TResult>.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The type of the NativeActivity child activity out argument.
Schedules for execution a specified ActivityFunc<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, TResult> that has fifteen parameters for a return value and in arguments and that bookmarks the specified callback locations where the parent process resumes upon completion of the ActivityFunc<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, TResult>.
A child activity that runs when a specific event occurs in the parent activity and returns a value.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
A bookmark that indicates where the parent activity execution resumes upon completion of the ActivityFunc<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, TResult>.
A bookmark that indicates where the parent activity execution resumes if an error causes the termination of the ActivityFunc<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, TResult>.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The type of the NativeActivity child activity out argument.
Schedules for execution a specified ActivityFunc<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, TResult> that has sixteen parameters for a return value and in arguments and that bookmarks the specified callback locations where the parent process resumes upon completion of the ActivityFunc<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, TResult>.
A child activity that runs when a specific event occurs in the parent activity and returns a value.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
A bookmark that indicates where the parent activity execution resumes upon completion of the ActivityFunc<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, TResult>.
A bookmark that indicates where the parent activity execution resumes if an error causes the termination of the ActivityFunc<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, TResult>.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The type of the NativeActivity child activity out argument.
Schedules for execution a specified ActivityFunc<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, TResult> that has seventeen parameters for a return value and in arguments and that bookmarks the specified callback locations where the parent process resumes upon completion of the ActivityFunc<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, TResult>.
A child activity that runs when a specific event occurs in the parent activity and returns a value.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
A bookmark that indicates where the parent activity execution resumes upon completion of the ActivityFunc<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, TResult>.
A bookmark that indicates where the parent activity execution resumes if an error causes the termination of the ActivityFunc<T1, T2, T3, T4, T5, T6, T7, T8, T9, T10, T11, T12, T13, T14, T15, T16, TResult>.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The type of the NativeActivity child activity out argument.
Schedules for execution a specified ActivityFunc<T, TResult> that has two parameters for a return value and an in argument and that bookmarks the specified callback locations where the parent process resumes upon completion of the ActivityFunc<T, TResult>.
A child activity that runs when a specific event occurs in the parent activity and returns a value.
An argument that carries data into an activity.
A bookmark that indicates where the parent activity execution resumes upon completion of the ActivityFunc<T, TResult>.
A bookmark that indicates where the parent activity execution resumes if an error causes the termination of the ActivityFunc<T, TResult>.
The data that is carried into an activity.
The type of the NativeActivity child activity out argument.
Schedules for execution a specified ActivityFunc<T1, T2, TResult> that has three parameters for a return value and in arguments and that bookmarks the specified callback locations where the parent process resumes upon completion of the ActivityFunc<T1, T2, TResult>.
A child activity that runs when a specific event occurs in the parent activity and returns a value.
An argument that carries data into an activity.
An argument that carries data into an activity.
A bookmark that indicates where the parent activity execution resumes upon completion of the ActivityFunc<T1, T2, TResult>.
A bookmark that indicates where the parent activity execution resumes if an error causes the termination of the ActivityFunc<T1, T2, TResult>.
The data that is carried into an activity.
The data that is carried into an activity.
The type of the NativeActivity child activity out argument.
Schedules for execution a specified ActivityFunc<T1, T2, T3, TResult> that has four parameters for a return value and in arguments and that bookmarks the specified callback locations where the parent process resumes upon completion of the ActivityFunc<T1, T2, T3, TResult>.
A child activity that runs when a specific event occurs in the parent activity and returns a value.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
A bookmark that indicates where the parent activity execution resumes upon completion of the ActivityFunc<T1, T2, T3, TResult>.
A bookmark that indicates where the parent activity execution resumes if an error causes the termination of the ActivityFunc<T1, T2, T3, TResult>.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The type of the NativeActivity child activity out argument.
Schedules for execution a specified ActivityFunc<T1, T2, T3, T4, TResult> that has five parameters for a return value and in arguments and that bookmarks the specified callback locations where the parent process resumes upon completion of the ActivityFunc<T1, T2, T3, T4, TResult>.
A child activity that runs when a specific event occurs in the parent activity and returns a value.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
A bookmark that indicates where the parent activity execution resumes upon completion of the ActivityFunc<T1, T2, T3, T4, TResult>.
A bookmark that indicates where the parent activity execution resumes if an error causes the termination of the ActivityFunc<T1, T2, T3, T4, TResult>.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The type of the NativeActivity child activity out argument.
Schedules for execution a specified ActivityFunc<T1, T2, T3, T4, T5, TResult> that has six parameters for a return value and in arguments and that bookmarks the specified callback locations where the parent process resumes upon completion of the ActivityFunc<T1, T2, T3, T4, T5, TResult>.
A child activity that runs when a specific event occurs in the parent activity and returns a value.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
A bookmark that indicates where the parent activity execution resumes upon completion of the ActivityFunc<T1, T2, T3, T4, T5, TResult>.
A bookmark that indicates where the parent activity execution resumes if an error causes the termination of the ActivityFunc<T1, T2, T3, T4, T5, TResult>.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The type of the NativeActivity child activity out argument.
Schedules for execution a specified ActivityAction<T1, T2, T3, T4, T5, T6, T7> that has seven parameters for in arguments and that bookmarks the specified callback locations where the parent process resumes upon completion of the ActivityAction<T1, T2, T3, T4, T5, T6, T7>.
A child activity that runs when a specific event occurs in the parent activity and returns a value.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
A bookmark that indicates where the parent activity execution resumes upon completion of the ActivityFunc<T1, T2, T3, T4, T5, T6, TResult>.
A bookmark that indicates where the parent activity execution resumes if an error causes the termination of the ActivityFunc<T1, T2, T3, T4, T5, T6, TResult>.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The type of the NativeActivity child activity out argument.
Schedules for execution a specified ActivityFunc<T1, T2, T3, T4, T5, T6, T7, TResult> that has eight parameters for a return value and in arguments and that bookmarks the specified callback locations where the parent process resumes upon completion of the ActivityFunc<T1, T2, T3, T4, T5, T6, T7, TResult>.
A child activity that runs when a specific event occurs in the parent activity and returns a value.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
A bookmark that indicates where the parent activity execution resumes upon completion of the ActivityFunc<T1, T2, T3, T4, T5, T6, T7, TResult>.
A bookmark that indicates where the parent activity execution resumes if an error causes the termination of the ActivityFunc<T1, T2, T3, T4, T5, T6, T7, TResult>.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The type of the NativeActivity child activity out argument.
Schedules for execution a specified ActivityFunc<T1, T2, T3, T4, T5, T6, T7, T8, TResult> that has nine parameters for a return value and in arguments and that bookmarks the specified callback locations where the parent process resumes upon completion of the ActivityFunc<T1, T2, T3, T4, T5, T6, T7, T8, TResult>.
A child activity that runs when a specific event occurs in the parent activity and returns a value.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
A bookmark that indicates where the parent activity execution resumes upon completion of the ActivityFunc<T1, T2, T3, T4, T5, T6, T7, T8, TResult>.
A bookmark that indicates where the parent activity execution resumes if an error causes the termination of the ActivityFunc<T1, T2, T3, T4, T5, T6, T7, T8, TResult>.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The type of the NativeActivity child activity out argument.
Assigns a value to the specified Argument.
The argument to receive the new value.
The new value of the argument.
Assigns the specified value object to the specified variable object.
A variable object without a specified type that can be assigned a value object.
An object without a specified type that can be assigned to a variable object.
Assigns the specified generic value object to the generic variable object.
A variable object with a specified type that can be assigned a value object.
An object with a specified type that can be assigned to a variable object.
The type of the variable.
Represents native activity update map metadata.
Indicates the object to save the original value for the current activity.
The updated child activity.
The original value.
Indicates the object to save the original value for the current activity.
The property name.
The original value.
Specifies options for update map metadata.
Adds a match for with specified child.
The updated child.
The original child.
Adds a match for with specified variable.
The updated variable.
The original variable.
Allows updating of map metadata within the current activity.
Disallows updating of map metadata within the current activity.
The reason of disallowing.
Gets a match for with specified child.
The updated child.
The match for .
Gets a match for with specified variable.
The updated variable.
The match for .
Indicates whether the is a reference to imported child.
The child activity.
if the is a reference to imported child; otherwise, .
Specifies exception persistence.
Initializes a new instance of the class.
Gets or sets a value that indicates whether the exceptions will persist.
if the exceptions will persist; otherwise, .
Adds supplementary information to a bookmark that enables it to access a subset of its scope handles, excluding handles that are not required.
Creates a new instance of the class.
Creates a list of default objects from handle variables in the specified handle initialization context.
The environment in which the handle is created.
Adds the specified bookmark scope handle to the of objects using the specified context.
The environment in which the handle is created.
The token used to identify and access a group of bookmarks that operate under the same protocol in a workflow activity operation.
Gets a new or existing of objects.
A read-only collection of bookmark scope handles.
Sets the registered bookmark scope handles back to the defaults.
The environment in which the handle is created.
Represents the collection of properties at a particular scope.
Registers a new property using the specified name.
The name of the property.
The object that represents the property.
Registers a property using the specified name and child visibility.
The name of the property.
The object that represents the property.
A value that determines whether this property is visible to the children of the owning activity.
Returns the nearest property of the given name.
The name of the property.
The nearest property of the given name.
Returns an enumerator that iterates through the collection of properties.
An enumerator that iterates through the collection of properties.
Gets a value that indicates whether there are properties registered at the current scope.
if there are properties registered; otherwise, .
Unregisters the property with the specified name.
The name of the property to unregister.
if the property was unregistered; otherwise, .
Returns an enumerator that iterates through the collection of properties.
An enumerator that iterates through the collection of properties.
Represents the exception that is thrown when a text-based expression cannot be converted into an executable form.
Initializes a new instance of the class.
Initializes a new instance of the class with serialized data.
The object that holds the serialized object data about the exception being thrown.
The object that contains contextual information about the source or destination.
Initializes a new instance of the class with a specified error message.
The error message that explains the reason for the exception.
Initializes a new instance of the class with a specified error message and a collection of compiler errors.
The error message that explains the reason for the exception.
A collection of compiler error data.
Initializes a new instance of the class with a specified error message and a reference to the inner exception that is the cause of this exception.
The error message that explains the reason for the exception.
The exception that is the cause of the current exception.
Gets an enumerable type collection of compiler errors.
An enumerable collection of compiler errors.
When overridden in a derived class, sets the object with information about the exception.
The object that holds the serialized object data about the exception being thrown.
The object that contains contextual information about the source or destination.
Computes the sum of two values.
The type of the left operand.
The type of the right operand.
The type of the result.
Initializes a new instance of the class.
Gets or sets a value that indicates whether the addition executes in a checked context.
if the addition executes in a checked context; otherwise, . The default is .
Gets or sets the left operand.
The left operand.
Gets or sets the right operand.
The right operand.
Computes the bitwise logical AND of two values.
The type of the left operand.
The type of the right operand.
The type of the result.
Initializes a new instance of the class.
Gets or sets the left operand.
The that represents the left operand.
Gets or sets the right operand.
The that represents the right operand.
Computes the logical AND of two values. Both values are converted into Boolean, and if both are true then this expression returns . If one or both values evaluate to false, this expression returns . is the "short circuit" version of the logical AND operator, returning false as soon as one of operands is evaluated to be .
Initializes a new instance of the class.
Gets or sets the left operand.
The left operand.
Gets or sets the right operand.
The right operand.
Represents an used as an l-value in an expression.
The type of the argument returned by the .
Initializes a new instance of the class.
Initializes a new instance of the class with the argument name.
The argument name.
Gets or sets the name of the argument to which a reference is to be returned.
The argument name.
Gets the location reference.
The location reference.
Returns a representation of the .
The argument name, if the has been set, otherwise the activity ID and name.
Represents an used as an r-value in an expression.
The type of the value returned by the .
Initializes a new instance of the class.
Initializes a new instance of the class with the specified argument name.
The argument name.
Gets or sets the name of the argument whose value is to be returned.
The argument name.
Gets the location reference of the argument value.
The location reference of the argument value.
A representation of the .
The argument name, if the has been set; otherwise the activity ID and name.
A reference to an item within an array.
The type of the items within the array.
Initializes a new instance of the class.
Gets or sets the array whose item is being referenced.
The array whose item is being referenced.
Gets or sets the array index number of the item being referenced.
The array index number of the item being referenced.
An item within an array.
The type of the items within the array.
Initializes a new instance of the class.
Gets or sets the array to which the item belongs to.
The array to which the item belongs to.
Gets or sets the array index number of the array item.
The array item index.
Attempts to converts an operand to a given type. If the conversion is not possible the result is set to .
The type of the operand.
The type of the result.
Initializes a new instance of the class.
Gets or sets the operand.
The operand.
Represents an assembly reference.
Initializes a new instance of the class.
Gets or sets the assembly of the assembly reference.
The assembly of the assembly reference.
Gets or sets the name of the assembly.
The name of the assembly.
Attempts to load an assembly.
Converts the specified assembly reference.
The assembly.
The instance object.
Converts the specified assembly reference with a specific assembly name.
The assembly name.
An instance object.
Attempts to convert an operand to a given type. If the conversion is not possible a run-time error is generated.
The type of the operand.
The type of the result.
Initializes a new instance of the class.
Gets or sets a value that indicates whether the cast operation executes in a checked context.
if the cast operation executes in a checked context; otherwise, . The default is .
Gets or sets the operand.
The operand.
Represents a compiled expression invoker.
Initializes a new instance of the class using the expression, isReference and metadata.
The expression.
to keep object reference data; otherwise, .
The activity metadata.
Sets the compiled expression root.
The target.
The compiled expression root.
Gets the compiled expression root for the implementation of .
The target.
The compiled expression root.
Invokes the compiled expression.
The activity context.
The invoked expression.
Gets or sets whether the compiled expression invoker is statically compiled.
if the compiled expression invoker is statically compiled; otherwise, .
Sets the compiled expression root.
The target.
The compiled expression root to be set.
Sets the compiled expression root for the implementation of .
The target.
The compiled expression root to be set.
Represents a used as an l-value in an expression.
The data type of the .
Initializes a new instance of the class.
Initializes a new instance of the class using the specified .
The value of the expression.
Gets or sets the represented by the .
The represented by the .
Gets the location reference of the delegate argument.
The location reference of the delegate argument.
Represents a used as an r-value in an expression.
The data type of the .
Initializes a new instance of the class.
Initializes a new instance of the class using the specified .
The value of the expression.
Gets or sets the represented by the .
The represented by the .
Gets the location reference of .
The location reference.
Computes the quotient of a division operation.
The type of the left operand.
The type of the right operand.
The type of the result.
Initializes a new instance of the class.
Gets or sets the left operand. The left operand is the divisor.
The left operand.
Gets or sets the right operand. The right operand is the dividend.
The right operand.
Represents an environment location reference.
The data type of .
Creates and validates a description of the activity's arguments, variables, child activities, and activity delegates.
The activity's metadata that encapsulates the activity's arguments, variables, child activities, and activity delegates.
Performs the execution of the activity.
The execution context under which the activity executes.
The execution of the activity.
Gets the location reference value.
The location reference value.
Represents the environment location value.
The data type of the .
Creates and validates a description of the activity's arguments, variables, child activities, and activity delegates.
The activity's metadata that encapsulates the activity's arguments, variables, child activities, and activity delegates.
Performs the execution of the activity.
The execution context under which the activity executes.
The execution of the activity.
Gets the location reference value.
The location reference value.
Performs an equality test between two values. If the two values are equal the expression returns ; otherwise, it returns .
The type of the left operand.
The type of the right operand.
The type of the result.
Initializes a new instance of the class.
Gets or sets the left operand.
The left operand.
Gets or sets the right operand.
The right operand.
A transformation API used to convert environment aware expressions to an activity tree.
Converts a workflow environment-aware expression to an activity tree.
The expression being converted.
The type the expression is being converted to.
The converted expression.
Converts a reference to a workflow environment-aware expression to an activity tree.
The expression being converted.
The type the expression is being converted to.
The converted expression.
Converts a workflow environment-aware expression to an activity tree.
The expression being converted.
The converted expression.
The type the expression is being converted to.
if the expression can be converted; otherwise, .
Converts a reference to a workflow environment-aware expression to an activity tree.
The expression being converted.
The converted expression.
The type the expression is being converted to.
if the expression can be converted; otherwise, .
A reference to a field.
The type of the operand.
The type of the result.
Initializes a new instance of the class.
Gets or sets the name of the field being referenced.
The name of the field being referenced.
Gets or sets the field reference.
The field reference.
A field value.
The type of the operand.
The type of the result.
Initializes a new instance of the class.
Gets or sets the field name.
The field name.
Gets or sets the value of the field.
The field value.
Performs a relational test between two values. If the left operand is greater than the right operand, the expression returns . Otherwise, it returns .
The type of the left operand.
The type of the right operand.
The type of the result.
Initializes a new instance of the class.
Gets or sets the left operand.
The that represents the left operand.
Gets or sets the right operand.
The that represents the right operand.
Performs a relational test between two values. If the left operand is greater than or equal to the right operand, the expression returns ; otherwise, it returns .
The type of the left operand.
The type of the right operand.
The type of the result.
Initializes a new instance of the class.
Gets or sets the left operand.
The left operand.
Gets or sets the right operand.
The right operand.
Represents an element referenced by an object indexer that can be used as an l-value in an expression.
The type with the indexer.
The type of the indexer array.
Initializes a new instance of the class.
Gets a collection of arguments that represent the indices of the element in the indexer array.
The indices of the element in the indexer array.
Gets or sets the object that contains the indexer.
The object that contains the indexer.
Invokes an .
The type of the return whose value is returned from the .
Initializes a new instance of the class.
Gets or sets the to be invoked.
The activity function to be invoked.
Invokes an .
The type of the first whose value is passed to the .
The type of the second whose value is passed to the .
The type of the third whose value is passed to the .
The type of the fourth whose value is passed to the .
The type of the fifth whose value is passed to the .
The type of the sixth whose value is passed to the .
The type of the seventh whose value is passed to the .
The type of the eighth whose value is passed to the .
The type of the ninth whose value is passed to the .
The type of the return whose value is returned from the .
Initializes a new instance of the class.
Gets or sets the first argument passed to the .
The first argument passed to the .
Gets or sets the second argument passed to the .
The second argument passed to the .Returns .
Gets or sets the third argument passed to the .
The third argument passed to the .
Gets or sets the fourth argument passed to the .
The fourth argument passed to the .
Gets or sets the fifth argument passed to the .
The fifth argument passed to the .
Gets or sets the sixth argument passed to the .
The sixth argument passed to the .
Gets or sets the seventh argument passed to the .
The seventh argument passed to the .
Gets or sets the eighth argument passed to the .
The eighth argument passed to the .
Gets or sets the ninth argument passed to the .
The ninth argument passed to the .
Gets or sets the to be invoked.
The activity function to be invoked.
Invokes an .
The type of the first whose value is passed to the .
The type of the second whose value is passed to the .
The type of the third whose value is passed to the .
The type of the fourth whose value is passed to the .
The type of the fifth whose value is passed to the .
The type of the sixth whose value is passed to the .
The type of the seventh whose value is passed to the .
The type of the eighth whose value is passed to the .
The type of the ninth whose value is passed to the .
The type of the tenth whose value is passed to the .
The type of the return whose value is returned from the .
Initializes a new instance of the class.
Gets or sets the first argument passed to the .
The first argument passed to the .
Gets or sets the tenth argument passed to the .
The tenth argument passed to the .
Gets or sets the second argument passed to the .
The second argument passed to the .
Gets or sets the third argument passed to the .
The third argument passed to the .
Gets or sets the fourth argument passed to the .
The fourth argument passed to the .
Gets or sets the fifth argument passed to the .
The fifth argument passed to the .
Gets or sets the sixth argument passed to the .
The sixth argument passed to the .
Gets or sets the seventh argument passed to the .
The seventh argument passed to the .
Gets or sets the eighth argument passed to the .
The eighth argument passed to the .
Gets or sets the ninth argument passed to the .
The ninth argument passed to the .
Gets or sets the to be invoked.
The activity function to be invoked.
Invokes an .
The type of the first whose value is passed to the .
The type of the second whose value is passed to the .
The type of the third whose value is passed to the .
The type of the fourth whose value is passed to the .
The type of the fifth whose value is passed to the .
The type of the sixth whose value is passed to the .
The type of the seventh whose value is passed to the .
The type of the eighth whose value is passed to the .
The type of the ninth whose value is passed to the .
The type of the tenth whose value is passed to the .
The type of the eleventh whose value is passed to the .
The type of the return whose value is returned from the .
Initializes a new instance of the class.
Gets or sets the first argument passed to the .
The first argument passed to the .
Gets or sets the tenth argument passed to the .
The tenth argument passed to the .
Gets or sets the eleventh argument passed to the .
The eleventh argument passed to the .
Gets or sets the second argument passed to the .
The second argument passed to the .
Gets or sets the third argument passed to the .
The third argument passed to the .
Gets or sets the fourth argument passed to the .
The fourth argument passed to the .
Gets or sets the fifth argument passed to the .
The fifth argument passed to the .
Gets or sets the sixth argument passed to the .
The sixth argument passed to the .
Gets or sets the seventh argument passed to the .
The seventh argument passed to the .
Gets or sets the eighth argument passed to the .
The eighth argument passed to the .
Gets or sets the ninth argument passed to the .
The ninth argument passed to the .
Gets or sets the to be invoked.
The activity function to be invoked.
Invokes an .
The type of the first whose value is passed to the .
The type of the second whose value is passed to the .
The type of the third whose value is passed to the .
The type of the fourth whose value is passed to the .
The type of the fifth whose value is passed to the .
The type of the sixth whose value is passed to the .
The type of the seventh whose value is passed to the .
The type of the eighth whose value is passed to the .
The type of the ninth whose value is passed to the .
The type of the tenth whose value is passed to the .
The type of the eleventh whose value is passed to the .
The type of the twelfth whose value is passed to the .
The type of the return whose value is returned from the .
Initializes a new instance of the class.
Gets or sets the first argument passed to the .
The first argument passed to the .
Gets or sets the tenth argument passed to the .
The tenth argument passed to the .
Gets or sets the eleventh argument passed to the .
The eleventh argument passed to the .
Gets or sets the twelfth argument passed to the .
The twelfth argument passed to the .
Gets or sets the second argument passed to the .
The second argument passed to the .
Gets or sets the third argument passed to the .
The third argument passed to the .
Gets or sets the fourth argument passed to the .
The fourth argument passed to the .
Gets or sets the fifth argument passed to the .
The fifth argument passed to the .
Gets or sets the sixth argument passed to the .
The sixth argument passed to the .
Gets or sets the seventh argument passed to the .
The seventh argument passed to the .
Gets or sets the eighth argument passed to the .
The eighth argument passed to the .
Gets or sets the ninth argument passed to the .
The ninth argument passed to the .
Gets or sets the to be invoked.
The activity function to be invoked.
Invokes an .
The type of the first whose value is passed to the .
The type of the second whose value is passed to the .
The type of the third whose value is passed to the .
The type of the fourth whose value is passed to the .
The type of the fifth whose value is passed to the .
The type of the sixth whose value is passed to the .
The type of the seventh whose value is passed to the .
The type of the eighth whose value is passed to the .
The type of the ninth whose value is passed to the .
The type of the tenth whose value is passed to the .
The type of the eleventh whose value is passed to the .
The type of the twelfth whose value is passed to the .
The type of the thirteenth whose value is passed to the .
The type of the return whose value is returned from the .
Initializes a new instance of the class.
Gets or sets the first argument passed to the .
The first argument passed to the .
Gets or sets the tenth argument passed to the .
The tenth argument passed to the .
Gets or sets the eleventh argument passed to the .
The eleventh argument passed to the .
Gets or sets the twelfth argument passed to the .
The twelfth argument passed to the .
Gets or sets the thirteenth argument passed to the .
The thirteenth argument passed to the .
Gets or sets the second argument passed to the .
The second argument passed to the .
Gets or sets the third argument passed to the .
The third argument passed to the .
Gets or sets the fourth argument passed to the .
The fourth argument passed to the .
Gets or sets the fifth argument passed to the .
The fifth argument passed to the .
Gets or sets the sixth argument passed to the .
The sixth argument passed to the .
Gets or sets the seventh argument passed to the .
The seventh argument passed to the .
Gets or sets the eighth argument passed to the .
The eighth argument passed to the .
Gets or sets the ninth argument passed to the .
The ninth argument passed to the .
Gets or sets the to be invoked.
The activity function to be invoked.
Invokes an .
The type of the first whose value is passed to the .
The type of the second whose value is passed to the .
The type of the third whose value is passed to the .
The type of the fourth whose value is passed to the .
The type of the fifth whose value is passed to the .
The type of the sixth whose value is passed to the .
The type of the seventh whose value is passed to the .
The type of the eighth whose value is passed to the .
The type of the ninth whose value is passed to the .
The type of the tenth whose value is passed to the .
The type of the eleventh whose value is passed to the .
The type of the twelfth whose value is passed to the .
The type of the thirteenth whose value is passed to the .
The type of the fourteenth whose value is passed to the .
The type of the return whose value is returned from the .
Initializes a new instance of the class.
Gets or sets the first argument passed to the .
The first argument passed to the .
Gets or sets the tenth argument passed to the .
The tenth argument passed to the .
Gets or sets the eleventh argument passed to the .
The eleventh argument passed to the .
Gets or sets the twelfth argument passed to the .
The twelfth argument passed to the .
Gets or sets the thirteenth argument passed to the .
The thirteenth argument passed to the .
Gets or sets the fourteenth argument passed to the .
The fourteenth argument passed to the .
Gets or sets the second argument passed to the .
The second argument passed to the .
Gets or sets the third argument passed to the .
The third argument passed to the .
Gets or sets the fourth argument passed to the .
The fourth argument passed to the .
Gets or sets the fifth argument passed to the .
The fifth argument passed to the .
Gets or sets the sixth argument passed to the .
The sixth argument passed to the .
Gets or sets the seventh argument passed to the .
The seventh argument passed to the .
Gets or sets the eighth argument passed to the .
The eighth argument passed to the .
Gets or sets the ninth argument passed to the .
The ninth argument passed to the .
Gets or sets the to be invoked.
The activity function to be invoked.
Invokes an .
The type of the first whose value is passed to the .
The type of the second whose value is passed to the .
The type of the third whose value is passed to the .
The type of the fourth whose value is passed to the .
The type of the fifth whose value is passed to the .
The type of the sixth whose value is passed to the .
The type of the seventh whose value is passed to the .
The type of the eighth whose value is passed to the .
The type of the ninth whose value is passed to the .
The type of the tenth whose value is passed to the .
The type of the eleventh whose value is passed to the .
The type of the twelfth whose value is passed to the .
The type of the thirteenth whose value is passed to the .
The type of the fourteenth whose value is passed to the .
The type of the fifteenth whose value is passed to the .
The type of the return whose value is returned from the .
Initializes a new instance of the class.
Gets or sets the first argument passed to the .
The first argument passed to the .
Gets or sets the tenth argument passed to the .
The tenth argument passed to the .
Gets or sets the eleventh argument passed to the .
The eleventh argument passed to the .
Gets or sets the twelfth argument passed to the .
The twelfth argument passed to the .
Gets or sets the thirteenth argument passed to the .
The thirteenth argument passed to the .
Gets or sets the fourteenth argument passed to the .
The fourteenth argument passed to the .
Gets or sets the fifteenth argument passed to the .
The fifteenth argument passed to the .
Gets or sets the second argument passed to the .
The second argument passed to the .Returns .
Gets or sets the third argument passed to the .
The third argument passed to the .
Gets or sets the fourth argument passed to the .
The fourth argument passed to the .
Gets or sets the fifth argument passed to the .
The fifth argument passed to the .
Gets or sets the sixth argument passed to the .
The sixth argument passed to the .
Gets or sets the seventh argument passed to the .
The seventh argument passed to the .
Gets or sets the eighth argument passed to the .
The eighth argument passed to the .
Gets or sets the ninth argument passed to the .
The ninth argument passed to the .
Gets or sets the to be invoked.
The activity function to be invoked.
Invokes an .
The type of the first whose value is passed to the .
The type of the second whose value is passed to the .
The type of the third whose value is passed to the .
The type of the fourth whose value is passed to the .
The type of the fifth whose value is passed to the .
The type of the sixth whose value is passed to the .
The type of the seventh whose value is passed to the .
The type of the eighth whose value is passed to the .
The type of the ninth whose value is passed to the .
The type of the tenth whose value is passed to the .
The type of the eleventh whose value is passed to the .
The type of the twelfth whose value is passed to the .
The type of the thirteenth whose value is passed to the .
The type of the fourteenth whose value is passed to the .
The type of the fifteenth whose value is passed to the .
The type of the sixteenth whose value is passed to the .
The type of the return whose value is returned from the .
Initializes a new instance of the class.
Gets or sets the first argument passed to the .
The first argument passed to the .
Gets or sets the tenth argument passed to the .
The tenth argument passed to the .
Gets or sets the eleventh argument passed to the .
The eleventh argument passed to the .
Gets or sets the twelfth argument passed to the .
The twelfth argument passed to the .
Gets or sets the thirteenth argument passed to the .
The thirteenth argument passed to the .
Gets or sets the fourteenth argument passed to the .
The fourteenth argument passed to the .
Gets or sets the fifteenth argument passed to the .
The fifteenth argument passed to the .
Gets or sets the sixteenth argument passed to the .
The sixteenth argument passed to the .
Gets or sets the second argument passed to the .
The second argument passed to the .Returns .
Gets or sets the third argument passed to the .
The third argument passed to the .
Gets or sets the fourth argument passed to the .
The fourth argument passed to the .
Gets or sets the fifth argument passed to the .
The fifth argument passed to the .
Gets or sets the sixth argument passed to the .
The sixth argument passed to the .
Gets or sets the seventh argument passed to the .
The seventh argument passed to the .
Gets or sets the eighth argument passed to the .
The eighth argument passed to the .
Gets or sets the ninth argument passed to the .
The ninth argument passed to the .
Gets or sets the to be invoked.
The activity functions to be invoked.
Invokes an .
The type of the whose value is passed to the .
The type of the return whose value is returned from the .
Initializes a new instance of the class.
Gets or sets the argument passed to the .
The argument passed to the .
Gets or sets the to be invoked.
The to be invoked.
Invokes an .
The type of the first whose value is passed to the .
The type of the second whose value is passed to the .
The type of the return whose value is returned from the .
Initializes a new instance of the class.
Gets or sets the first argument passed to the .
The first argument passed to the .
Gets or sets the second argument passed to the .
The second argument passed to the .
Gets or sets the to be invoked.
The activity function to be invoked.
Invokes an .
The type of the first whose value is passed to the .
The type of the second whose value is passed to the .
The type of the third whose value is passed to the .
The type of the return whose value is returned from the .
Initializes a new instance of the class.
Gets or sets the first argument passed to the .
The first argument passed to the .
Gets or sets the second argument passed to the .
The second argument passed to the .
Gets or sets the third argument passed to the .
The third argument passed to the .
Gets or sets the to be invoked.
The activity function to be invoked.
Invokes an .
The type of the first whose value is passed to the .
The type of the second whose value is passed to the .
The type of the third whose value is passed to the .
The type of the fourth whose value is passed to the .
The type of the return whose value is returned from the .
Initializes a new instance of the class.
Gets or sets the first argument passed to the .
The first argument passed to the .
Gets or sets the second argument passed to the .
The second argument passed to the .
Gets or sets the third argument passed to the .
The third argument passed to the .
Gets or sets the fourth argument passed to the .
The fourth argument passed to the .
Gets or sets the to be invoked.
The activity function to be invoked.
Invokes an .
The type of the first whose value is passed to the .
The type of the second whose value is passed to the .
The type of the third whose value is passed to the .
The type of the fourth whose value is passed to the .
The type of the fifth whose value is passed to the .
The type of the return whose value is returned from the .
Initializes a new instance of the class.
Gets or sets the first argument passed to the .
The first argument passed to the .
Gets or sets the second argument passed to the .
The second argument passed to the .
Gets or sets the third argument passed to the .
The third argument passed to the .
Gets or sets the fourth argument passed to the .
The fourth argument passed to the .
Gets or sets the fifth argument passed to the .
The fifth argument passed to the .
Gets or sets the to be invoked.
The activity function to be invoked.
Invokes an .
The type of the first whose value is passed to the .
The type of the second whose value is passed to the .
The type of the third whose value is passed to the .
The type of the fourth whose value is passed to the .
The type of the fifth whose value is passed to the .
The type of the sixth whose value is passed to the .
The type of the return whose value is returned from the .
Initializes a new instance of the class.
Gets or sets the first argument passed to the .
The first argument passed to the .
Gets or sets the second argument passed to the .
The second argument passed to the .
Gets or sets the third argument passed to the .
The third argument passed to the .
Gets or sets the fourth argument passed to the .
The fourth argument passed to the .
Gets or sets the fifth argument passed to the .
The fifth argument passed to the .
Gets or sets the sixth argument passed to the .
The sixth argument passed to the .
Gets or sets the to be invoked.
The activity function to be invoked.
Invokes an .
The type of the first whose value is passed to the .
The type of the second whose value is passed to the .
The type of the third whose value is passed to the .
The type of the fourth whose value is passed to the .
The type of the fifth whose value is passed to the .
The type of the sixth whose value is passed to the .
The type of the seventh whose value is passed to the .
The type of the return whose value is returned from the .
Initializes a new instance of the class.
Gets or sets the first argument passed to the .
The first argument passed to the .
Gets or sets the second argument passed to the .
The second argument passed to the .Returns .
Gets or sets the third argument passed to the .
The third argument passed to the .
Gets or sets the fourth argument passed to the .
The fourth argument passed to the .
Gets or sets the fifth argument passed to the .
The fifth argument passed to the .
Gets or sets the sixth argument passed to the .
The sixth argument passed to the .
Gets or sets the seventh argument passed to the .
The seventh argument passed to the .
Gets or sets the to be invoked.
The activity function to be invoked.
Invokes an .
The type of the first whose value is passed to the .
The type of the second whose value is passed to the .
The type of the third whose value is passed to the .
The type of the fourth whose value is passed to the .
The type of the fifth whose value is passed to the .
The type of the sixth whose value is passed to the .
The type of the seventh whose value is passed to the .
The type of the eighth whose value is passed to the .
The type of the return whose value is returned from the .
Initializes a new instance of the class.
Gets or sets the first argument passed to the .
The first argument passed to the .
Gets or sets the second argument passed to the .
The second argument passed to the .
Gets or sets the third argument passed to the .
The third argument passed to the .
Gets or sets the fourth argument passed to the .
The fourth argument passed to the .
Gets or sets the fifth argument passed to the .
The fifth argument passed to the .
Gets or sets the sixth argument passed to the .
The sixth argument passed to the .
Gets or sets the seventh argument passed to the .
The seventh argument passed to the .
Gets or sets the eighth argument passed to the .
The eighth argument passed to the .
Gets or sets the to be invoked.
The activity function to be invoked.
Calls a public method of a specified object or type.
The type of value returned by the activity.
Initializes a new instance of the class.
The generic type arguments of the contained method.
The arguments.
The name of the method to be invoked when the activity executes.
The method name.
The parameter collection of the method to be invoked.
The parameter collection.
Gets or sets a value that indicates whether the activity's method is invoked asynchronously.
if the method executes asynchronously; otherwise, .
Gets or sets the object that contains the method to invoke.
The method to invoke.
Gets or sets the type of the .
The target object type.
Represents a text expression.
Gets the expression text to be evaluated.
The expression text to be evaluated.
Gets the expression tree.
The expression tree.
Gets the language information that applies to interface text expression.
The language information that applies to interface text expression.
Gets a value that indicates whether the ITextExpression requires compilation.
if the ITextExpression requires compilation; otherwise, .
Represents a lambda expression used as an l-value, which supports binding of arguments.
The type of value returned by the expression.
Initializes a new instance of the class.
The value of the expression.
This method always returns and is used in conjunction with to provide descriptive error messages when an attempt is made to serialize this activity to XAML.
Context information that is used for conversion.
This method always returns .
Throws a and is used in conjunction with to provide descriptive error messages when an attempt is made to serialize this activity to XAML.
The context information that is used for conversion.
This method throws a when called.
The exception that is thrown when a XAML serialization attempt is made on a or .
Initializes a new instance of the class.
Initializes a new instance of the class with serialized data.
The serialized object data about the exception being thrown.
The contextual information about the source or destination.
Initializes a new instance of the class with a specified error message.
The error message that explains the reason for the exception.
Initializes a new instance of the class with a specified error message and a reference to the inner exception that is the cause of this exception.
The error message that explains the reason for the exception.
The exception that is the cause of the current exception, or a null reference ( in Visual Basic) if no inner exception is specified.
Represents a lambda expression used as an r-value, which supports binding of arguments.
The type of value returned by the expression.
Initializes a new instance of the class using the specified expression.
The lambda expression that represents the value of the .
This method always returns and is used in conjunction with to provide descriptive error messages when an attempt is made to serialize this activity to XAML.
Context information that is used for conversion.
This method always returns .
Throws a , and is used in conjunction with to provide descriptive error messages when an attempt is made to serialize this activity to XAML.
Context information that is used for conversion.
Throws a when called.
Performs a relational test between two values. If the left operand is less than the right operand, the expression returns . Otherwise, it returns .
The type of the left operand.
The type of the right operand.
The type of the result.
Initializes a new instance of the class.
Gets or sets the left operand.
The left operand.
Gets or sets the right operand.
The right operand.
Performs a relational test between two values. If the left operand is less than or equal to the right operand, the expression returns . Otherwise, it returns .
The type of the left operand.
The type of the right operand.
The type of the result.
Initializes a new instance of the class.
Gets or sets the left operand.
The that represents the left operand.
Gets or sets the right operand.
The that represents the right operand.
Represents an expression activity that returns a literal value of the specified type.
The type of the value.
Initializes a new instance of the class.
Initializes a new instance of the class using the specified value.
The literal value of the expression.
Gets a value that indicates whether the can be converted into a .
The context information that is used for conversion.
if the value can be converted into a ; otherwise, .
Converts the to a .
Context information that is used for conversion.
The literal expression.
Returns a value that indicates whether the property has changed from its default value and should be serialized.
if the property value should be serialized; otherwise, .
Returns a that represents the literal's value.
The string representation of the literal's value.
Gets or sets the value of the literal expression.
The value of the literal expression.
Represents an element in a multidimensional array that can be used as an l-value in an expression.
The type of elements in the array.
Initializes a new instance of the class.
Gets or sets the array referenced by the .
The array referenced by the .
Gets a collection of arguments that represent the indices of the element in the array.
The indices of the element in the array.
Computes the product of two values.
The type of the left operand.
The type of the right operand.
The type of the result.
Initializes a new instance of the class.
Gets or sets a value that indicates whether the multiplication executes in a checked context.
if the multiplication executes in a checked context; otherwise, . The default is .
Gets or sets the left operand.
The left operand.
Gets or sets the right operand.
The right operand.
Creates a new instance of the type specified by the type.
The type of the instance being created.
Initializes a new instance of the class.
Gets the arguments required by the constructor.
The arguments required by the constructor.
Creates a new instance of the array type specified by the type.
The type of the instance being created.
Initializes a new instance of the class.
Gets the bounds on each dimension of the array.
The bounds on each dimension of the array.
Computes the logical negation of a value expression.
The type of the value expression.
The type of the result.
Initializes a new instance of the class.
Gets the value expression that is negated.
The value expression that is negated.
Performs an inequality test between two values. If the two values are not equal the expression returns ; otherwise, it returns .
The type of the left operand.
The type of the right operand.
The type of the result.
Initializes a new instance of the class.
Gets or sets the left operand.
The left operand.
Gets or sets the right operand.
The right operand.
Computes the bitwise logical OR of two values.
The type of the left operand.
The type of the right operand.
The type of the result.
Initializes a new instance of the class.
Gets or sets the left operand.
The left operand.
Gets or sets the right operand.
The right operand.
Computes the logical OR of two values. To do this, both operands are evaluated to boolean values. If both operands are then the expression returns . If one or both operands evaluate to , the expression returns .
Initializes a new instance of the class.
Gets or sets the left operand.
The that represents the left operand.
Gets or sets the right operand.
The that represents the right operand.
A reference to a property.
The type of the operand.
The type of the result.
Initializes a new instance of the class.
Gets or sets the property reference.
The property reference.
Gets or sets the name of the property being referenced.
The name of the property being referenced.
A property value.
The type of the operand.
The type of the result.
Initializes a new instance of the class.
Gets or sets the property value.
The property value.
Gets or sets the property name.
The property name.
Computes the difference between two values.
The type of the left operand.
The type of the right operand.
The type of the result.
Initializes a new instance of the class.
Gets or sets a value that indicates whether the subtraction executes in a checked context.
if the subtraction executes in a checked context; otherwise, . The default is .
Gets or sets the left operand.
The left operand.
Gets or sets the right operand.
The right operand.
Represents a text expression.
Gets the default namespaces within the activity.
The default namespaces within the activity.
Gets the default references within the activity.
The default references within the activity.
Gets the collection of namespaces used in the text expression.
The target.
The collection of namespaces.
Gets the collection of namespaces for the implementation of the text expression.
The target.
The collection of namespaces.
Gets the namespaces that are being used within the scope.
The activity for the scope.
The namespaces that are being used within the scope.
Gets the list of references used for the text expression.
The target.
The list of references used.
Gets the list of references used for the implementation of the text expression.
The target.
The list of references used.
Gets the references that are being used within the scope.
The activity for the scope.
The references that are being used within the scope.
Sets the namespace for the Text expression with specified target and namespaces.
The target.
The generic list of the namespaces.
Sets the namespace for the Text expression with specified target and namespaces.
The target.
The array of namespaces.
Represents an object to set namespaces for implementation of the text expression with specified target and namespaces.
The target.
The list of namespaces.
Represents an object to set namespaces for implementation of the text expression with specified target and namespaces.
The target.
The collection of namespaces.
Represents an object to set references of the text expression with specified target and reference.
The target.
The collection of references
Represents an object to set references of the text expression with specified target and reference.
The target.
The generic list of references.
Represents an object to set references for implementation of the text expression with specified target and reference.
The target.
The collection of the assembly reference.
Represents an object to set references for implementation of the text expression with specified target and reference.
The target.
The generic list of the assembly reference.
Represents a value that indicates whether the object should serialize namespaces.
The target object.
if the object should serialize namespaces; otherwise, .
Represents a value that indicates whether the target should serialize namespaces for implementation.
The target object.
if the target should serialize namespaces for implementation; otherwise, .
Represents a value that indicates whether the object should serialize references.
The target object.
if the object should serialize references; otherwise, .
Represents a value that indicates whether the text expression should serialize namespaces for implementation.
The target object.
if the text expression should serialize namespaces for implementation; otherwise, .
Represents a field on a value type that can be used as an l-value in an expression.
The value type.
The field type.
Initializes a new instance of the class.
Gets or sets the name of the field.
The name of the field.
Gets or sets the instance of the value type that contains the field.
The instance of the value type that contains the field.
Represents an element referenced by an indexer on a value type that can be used as an l-value in an expression.
The value type with the indexer.
The type of indexer array.
Initializes a new instance of the class.
Gets a collection of arguments that represent the indices of the element in the indexer array.
The indices of the element in the indexer array.
Gets or sets the instance of the value type that contains the indexer.
The instance of the value type that contains the indexer.
Represents a property on a value type that can be used as an l-value in an expression.
The value type.
The property type.
Initializes a new instance of the class.
Gets or sets the instance of the value type that contains the property.
The instance of the value type that contains the property.
Gets or sets the name of the property.
The name of the property.
Represents a used as an l-value in an expression.
The type of the .
Initializes a new instance of the class.
Initializes a new instance of the class using the specified variable.
The value of the expression.
Gets the variable reference of .
The variable reference.
Returns a representation of the .
The variable reference.
Gets or sets the represented by the .
The variable.
Represents a used as an r-value in an expression.
The type of the .
Initializes a new instance of the class.
Initializes a new instance of the class using the specified variable.
The value of the expression.
Gets the location reference of .
The location reference.
Returns a representation of the .
The value of the variable.
Gets or sets the represented by the .
The variable.
Represents the method that is called when a scheduled activity or one of its children enters the state.
The provided for inspecting the workflow fault.
The exception that caused the fault.
The activity that threw the exception and generated the fault.
Represents a type that has its lifetime controlled by the workflow runtime.
Initializes a new instance of the class.
Gets the name to be used by this when added to an activity's execution properties.
The name of derived type as provided by .
Called by the workflow runtime when the environment that contains the is initialized.
The environment in which the handle is being created.
Called by the workflow runtime when the for the goes out of scope.
The environment in which the handle was created.
Gets the that contains the that contains the .
The activity instance that contains the that contains the .
Throws an if the has not been initialized.
Represents the initialization environment of a .
Creates and initializes a new instance of the handle type specified by the type parameter.
The type of the to create and initialize.
A new initialized instance of the handle type specified by the type parameter.
Retrieves the extension of the class.
The class.
The extension of the class.
Uninitializes the specified .
The to uninitialize.
Represents information about a named .
Gets the name associated with the .
The name associated with the .
Gets an optional friendly name that is used for debugging, validation, exception handling, and tracking.
A friendly name that is used for debugging, validation, exception handling, and tracking.
Gets the of the associated with the .
The bookmark scope information of the associated with the .
Contains identification and initialization information about a object.
Gets the unique identifier for the .
The unique identifier for the .
Gets a value that indicates whether the has been initialized.
if the has been initialized; otherwise .
Gets a value that uniquely identifies the when the is in an uninitialized state.
A value that uniquely identifies the when the is in an uninitialized state.
This interface is implemented by composite extensions, or extensions that need access to the workflow instance. Implementers of this interface will be called by the prior to execution in order to provide additional extensions, or get access to the through the .
When implemented, returns any additional extensions the implementing class requires.
A collection of additional workflow extensions.
Sets the specified target .
The target workflow instance to set.
Provides information about a related .
Gets a value that identifies the related .
The related location.
Gets an optional friendly name that is used for debugging, validation, exception handling, and tracking.
An optional friendly name that is used for debugging, validation, exception handling, and tracking.
Gets the value stored at the related .
The value stored at the related .
is an extension for providing a host containing objects that can be dereferenced by a string name. Values provided through a are not persisted. Persistence of values is a host responsibility.
Initializes a new instance of the class.
Adds a symbol using the specified key/value pair.
The symbol to add.
Adds a symbol using the specified symbol name and value.
The name of the symbol.
The value of the symbol to reference.
Adds a symbol using the specified symbol name, value, and type.
The name of the symbol.
The value of the symbol to reference.
The type of the symbol value.
Adds a symbol using the specified symbol name and type.
The name of the symbol.
The type of the symbol value.
Returns a instance that enables access to references of symbol values in represented as objects.
A location reference that enables access to references to symbol values in represented as objects.
Removes all symbols from the .
Returns a value that indicates whether the contains the specified symbol.
The symbol as a key/value pair to locate in the .
if the contains the specified symbol; otherwise, .
Returns a value that indicates whether the contains a symbol with the specified key.
The key of the symbol to locate.
if the contains a symbol with the specified key; otherwise, .
Copies the symbols in the to an existing one-dimensional array of key/value pairs, starting at the specified array index.
The one-dimensional array of key/value pairs to copy the symbols to. The array must have zero-based indexing.
The zero-based index in the destination array at which copying begins.
Gets the number of symbols contained in the .
The number of symbols contained in the .
Returns an enumerator that iterates through a collection of key/value pairs where the keys are the symbol names and values the symbol values.
An enumerator that iterates through a collection of key/value pairs.
Gets a value that indicates whether the dictionary of symbols in the is read-only.
.
Gets or sets the value of the item associated with the specified key.
The key of the item.
The value of the item associated with the specified key.
Gets a collection of all keys in the .
A collection of all keys in the .
Removes the specified symbol from the .
The symbol to remove.
if the symbol is successfully found and removed; otherwise, . This method returns if the symbol is not present.
Removes a symbol from the using a specified key.
The key of the symbol to remove.
if the symbol is successfully found and removed; otherwise, . This method returns if the symbol is not present.
Returns an enumerator that iterates through a collection of key/value pairs where the keys are the symbol names and values the symbol values.
An enumerator that iterates through a collection of key/value pairs.
Gets the value associated with the specified key.
The key of the value to get.
When this method returns, contains the value associated with the specified key, if the key is found; otherwise, the default value for the type of the value parameter. This parameter is passed uninitialized.
if the contains an element with the specified key; otherwise, .
Gets a collection of all values in the .
A collection of all values in the .
is a lightweight, per-instance runtime for executing a workflow program. It can be constructed to create a new workflow instance or from existing instance state. The APIs that exposes are the minimal set of runtime controls from which higher level operations can be implemented. This API set represents the entire breadth of functionality of the runtime. is an abstract class and relies on a host's implementation of its abstract methods in order to provide host functionality such as synchronization, persistence, tracking, and extensions.
Initializes a new instance of the class with the specified workflow definition.
The activity that defines the workflow.
Initializes a new instance of the class with the specified workflow definition and definition identity.
The activity that defines the workflow.
The definition identity.
Called by the workflow runtime to begin sending pending tracking records to tracking participants asynchronously.
The time period after which to abort the attempt.
The method to be called when the track operation has completed.
The information about the asynchronous operation.
The status of the current track operation.
Gets the instance for this .
The controller instance for this workflow instance.
Gets or sets the definition identity of .
The definition identity of .
Calls on all extensions that implement .
Called by the workflow runtime to end the track operation.
The status of the asynchronous track operation.
Called by the workflow runtime to send pending tracking records to tracking participants.
The time period after which to abort the attempt.
Retrieves the list of activity that is blocking the update of the workflow.
The deserialized runtime state.
The update map.
The list of activity that is blocking the update.
Returns an extension of the specified type.
The type of the extension to find.
An extension of the specified type.
Returns all extensions found for the specified type.
The type of the extension to find.
All extensions found for the specified type.
Gets or sets the root environment for the workflow instance's arguments and variables.
The root environment for the workflow instance's arguments and variables.
Gets the unique identifier for the workflow instance.
The unique identifier for the workflow instance.
Called by the host to initialize the workflow instance with the argument values and execution properties.
The input parameters to the workflow, keyed by argument name.
The list of workflow execution properties.
Called by the host to initialize the workflow instance with the workflow run-time state.
The run-time state used to execute the workflow.
Called by the host to initialize the workflow instance with the workflow run-time state and update map.
The run-time state used to execute the workflow.
The update map.
Gets a value that indicates whether the workflow instance has been initialized.
if the workflow instance has been initialized; otherwise, .
Called by the workflow runtime to notify the host that new instance keys should be associated with this instance.
The instance keys to associate with this workflow instance.
The method to be called when the operation completes.
An optional application-specific object that contains information about the asynchronous operation.
A reference to the asynchronous associate keys operation.
Asynchronous call to ask host to flush pending tracking records to tracking participants.
The method to be called when the track operation has completed.
The information about the asynchronous operation.
The status of the current track operation.
Asynchronous call to ask the host to persist the workflow.
The method to be called when the persist operation has completed.
An optional application-specific object that contains information about the asynchronous operation.
A reference to the current persist operation.
Called by the workflow runtime to notify the host that a resume bookmark operation is beginning.
The bookmark to resume.
The data to be passed to the activity that created the .
The interval in which the resume operation must complete before the operation is canceled and a is thrown.
The method to be called when the resume operation has completed.
An optional application-specific object that contains information about the asynchronous operation.
A reference to the asynchronous resume operation.
Called by the workflow runtime to notify the host that a certain set of instance keys should no longer be associated with this instance.
The list of keys to disassociate.
Called by the workflow runtime to notify the host that an associate keys operation is complete.
The reference to the asynchronous associate keys operation.
Called by the workflow runtime to notify the host when the flush tracking records operation is complete.
The status of the asynchronous flush tracking records operation.
Called by the workflow runtime to notify the host that a persist operation is complete.
The reference to the asynchronous persist operation.
Called by the workflow runtime to notify the host that a resume bookmark operation is complete.
The reference to the asynchronous resume bookmark operation.
One of the enumeration values that indicates the result of a resume operation.
Called by the workflow runtime to notify the host that the workflow instance has transitioned from the running state to the paused state.
Called by the workflow runtime to notify the host an unhandled exception has occurred in the workflow instance.
The unhandled exception.
The activity that threw the exception.
The unique identifier of the representing the activity that threw the exception.
Called by the workflow runtime to notify the host that an abort operation has been requested for the workflow instance.
The reason for aborting the workflow instance.
Called by the host to register the specified extension manager, validate that all required extensions are present, and to initialize the collection of extensions to be used.
The extension manager to register.
Gets a value that indicates whether the host supports the association of with a run-time instance.
if the host supports the association of with a workflow instance; otherwise, .
Gets or sets the used for scheduling the workflow instance.
The synchronization context used for scheduling the workflow instance.
Throws an if the workflow instance has been initialized, as determined by .
Gets the workflow definition of the workflow instance.
The workflow definition of the workflow instance.
Provides methods for derived classes to access the functionality of the workflow runtime.
Aborts the .
Aborts the using the specified exception.
The reason for aborting the .
Called by the workflow runtime to begin sending pending tracking records to tracking participants asynchronously.
The time period after which to abort the attempt.
The method to be called when the track operation has completed.
The information about the asynchronous operation.
The status of the current track operation.
Called by the workflow runtime to end the track operation.
The status of the asynchronous track operation.
Returns a value that indicates whether the current is equal to the specified object.
The object to compare.
of the object is equal to the current ; otherwise, .
Called by the workflow runtime to send pending tracking records to tracking participants.
The time period after which to abort the attempt.
Returns the exception that causes the to abort.
The exception that caused the to abort, or if the did not abort.
Returns the collection of available bookmarks for the .
A collection of bookmarks for the .
Returns the collection of available bookmarks for the created in the specified .
The bookmark scope to inspect.
The collection of bookmarks created in the specified .
Returns the final of the .
One of the enumeration members that describes the state of an activity instance.
Returns the final of the , including workflow outputs and termination exception.
When this method returns, contains a dictionary of arguments of the workflow, keyed by argument name. This parameter is passed uninitialized.
When this method returns, contains the exception that caused the to terminate, or if the did not terminate. This parameter is passed uninitialized.
One of the enumeration members that describes the state of an activity instance.
Returns the final of the , including termination exception.
When this method returns, contains the exception that caused the to terminate, or if the did not terminate. This parameter is passed uninitialized.
One of the enumeration members that describes the state of an activity instance.
Returns the hash code for this .
The hash code for this .
Returns a dictionary of variables in the current scope that have been specified with .
A dictionary of mapped variables currently in scope.
Called by the workflow runtime to determine whether this workflow instance has pending tracking records and a tracking participant.
if this workflow instance has pending tracking records and a tracking participant; otherwise, .
Gets a value that indicates whether the is in a state where it can be persisted.
if the can be persisted; otherwise, .
Returns a value that indicates whether two instances are equal.
The first to compare.
The second to compare.
if the two instances are equal; otherwise, .
Returns a value that indicates whether two instances are not equal.
The first to compare.
The second to compare.
if the two instances are not equal; otherwise, .
Requests that the workflow runtime pause the at the next point of execution where it is possible to persist. Note that the scheduler queue may not be empty at this point.
Prepares the state for serialization.
A workflow instance state.
Requests that the scheduler stops.
Instructs the to begin execution.
Schedules a bookmark resumption with the specified value.
The bookmark to resume.
The data to be passed to the activity that created the .
One of the enumeration values that indicates the result of a scheduling operation.
Schedules a resumption from the specified .
The bookmark to resume.
The data to be passed to the activity that created the .
The under which the was created.
One of the enumeration values that indicates the result of a scheduling operation.
Schedules the cancellation of the .
Gets the state of the .
One of the enumeration values that specifies the state of a .
Transitions the into the terminal state using the specified exception.
The exception that is the reason for terminating the .
Called by the workflow runtime to add the specified pending record to the list of pending records.
The tracking record to add.
Called by the workflow runtime to determine whether tracking is enabled in this workflow instance.
if tracking is enabled in this workflow instance; otherwise, .
Manages a collection of extensions for a .
Initializes a new instance of the class.
Adds the specified extension to the collection of extensions.
The extension to add.
Registers a that is used to provide an instance of an extension when requested by a workflow instance.
The method that creates the extension.
The type of extension to add.
Marks the collection of extensions as read-only.
A class that allows extensions access to the workflow service host.
Resumes a workflow from a bookmark asynchronously using the specified bookmark, value, callback method, and user-provided state data.
The bookmark.
The data to be passed to the activity that created the bookmark.
The method to be called when the asynchronous resume operation has completed.
An optional application-specific object that contains information about the asynchronous operation.
A reference to the asynchronous operation.
Resumes a workflow from a bookmark asynchronously using the specified bookmark, value, time-out interval, callback method, and user-provided state.
The bookmark.
The data to be passed to the activity that created the bookmark.
The interval in which the resume operation must complete before the operation is canceled and a is thrown.
The method to be called when the resume operation has completed.
An optional application-specific object that contains information about the asynchronous operation.
A reference to the asynchronous operation.
Waits for the pending asynchronous to complete.
The that references the resume operation.
Returns .
Gets the workflow instance ID.
The workflow instance ID.
Gets the workflow definition.
The workflow definition.
Specifies the state of a .
The is aborted.
The is complete.
The is idle.
The can be run.
Provides execution properties with a mechanism for configuring thread local storage before and after the work items of the associated activity.
Provides an opportunity for the execution property to tear down thread local storage.
Provides an opportunity for the execution property to set up thread local storage.
The abstract base class that represents a binding terminal that supports the flow of data into an activity.
Creates a new that references the specified target using the specified referenced argument name.
The target argument to reference.
The name of the referenced argument.
A new argument that references the specified target .
Creates a new that references the specified target using the specified referenced argument name.
The target argument to reference.
The name of the referenced argument.
A new argument that references the specified target .
A binding terminal that represents the flow of data into an activity.
The data type of the .
Initializes a new instance of the class using default values.
Initializes a new instance of the class using the specified value.
The value of the argument.
Initializes a new instance of the class using the specified .
The value of the argument.
Initializes a new instance of the class using the specified .
The value of the argument.
Initializes a new instance of the class using the specified .
The data that is passed through this argument.
Initializes a new instance of the class using the specified expression.
The value of the argument.
Gets an that represents the value of this .
An activity that represents the value of the argument.
Initializes and returns a new using the specified .
The value of the argument.
The new argument.
Initializes and returns a new using the specified .
The value of the argument.
The new argument.
Initializes and returns a new using the specified value.
The value of the argument,
The new argument.
Initializes and returns a new using the specified .
The value of the argument.
The new argument.
Gets the value of the using the specified activity context.
The current activity context.
The value of the argument.
Initializes and returns a new using the specified .
The value of the argument.
The new argument.
Initializes and returns a new using the specified .
The value of the argument.
The new argument.
Initializes and returns a new using the specified .
The value of the argument,
The new argument.
Initializes and returns a new using the specified value.
The value of the argument.
The new argument.
Sets the value of the using the specified value.
The current activity context.
The new value.
The abstract base class that represents a binding terminal that supports the flow of data into and out of an activity.
Creates a new that references the specified target using the specified referenced argument name.
The target argument to reference.
The name of the referenced argument.
A new argument that references the specified target .
A binding terminal that represents the flow of data into and out of an activity.
The data type of the .
Initializes a new instance of the class using default values.
Initializes a new instance of the class using the specified .
The value of the argument.
Initializes a new instance of the class using the specified .
The value of the argument.
Initializes a new instance of the class using the specified .
The value of the argument.
Initializes a new instance of the class using the specified expression.
The value of the argument.
Gets an that represents the value of this .
The value of the argument.
Initializes and returns a new constructed using the specified .
The value of the argument.
The new argument.
Initializes and returns a new constructed by using the specified .
The value of the argument.
The new argument.
Gets the value of the using the specified .
The activity context that contains the value of the argument.
The value of the argument.
Gets the location of the value for the .
The activity context that contains the location of the argument value.
A reference to the location where the value of the argument is stored.
Initializes and returns a new constructed using the specified .
The value of the argument.
The new argument.
Initializes and returns a new constructed using the specified .
The value of the argument.
The new argument.
Sets the value of the argument using the specified value.
The current activity context.
The new value.
Handles exceptions that occur when a workflow is not valid.
Create a new instance of the class with default values.
Create a new instance of the class with the specified serialization information and streaming context.
The that contains the serialized object data about the exception being thrown.
The source and destination of the serialized stream.
Create a new instance of the class with the specified invalid workflow exception description.
A string description of the exception.
Create a new instance of the class with the specified invalid workflow exception description and inner exception.
A description of the exception.
The exception that is the cause of the current exception.
Provides data for the event.
Gets an of the root activity's output argument values from the completed workflow.
A dictionary of the root activity's output argument values from the completed workflow.
Allows a workflow execution property to provide custom registration and un-registration logic.
Called when a workflow execution property is added through . This provides a validation hook for the property.
A that references the collection of execution properties to which the property is being registered.
Called when a workflow execution property goes out of scope.
A that references the collection of execution properties to which the property belongs.
Provides a reference to a value used by an or .
Called by derived class constructors to initialize the object.
When overridden in a derived class, gets the type of the referenced object.
The type of the referenced object.
Gets or sets the value of the referenced object.
The value of the object.
When overridden in a derived class, gets or sets the value of the object referenced by the location.
The value of the object.
Provides a typed reference to a value used by an or .
The type of the value.
Initializes a new instance of the class.
Gets the type of the value referenced by the location.
The type of the value.
Returns the string representation of the value of the referenced object.
The value of the referenced object.
Gets or sets the value of the referenced object.
The value of the referenced object.
Gets or sets the value of the referenced object.
The value of the referenced object.
Provides a mechanism by which a can be resolved at runtime.
Creates a new instance of the class.
When implemented in a derived class, extracts the location for a from an object.
The information about the activity execution environment, including values for variables, arguments, and delegate arguments associated with that environment.
The location of a variable, argument, or delegate argument value.
Gets or sets the name of the .
The name of the .
When implemented by a derived class, gets or sets the culturally localized version of the name of the .
The localized version of the name of the .
Gets or sets the type of the .
The type of the .
When implemented in a derived class, gets or sets the culturally localized version of the type of the .
The localized version of the type of the .
Provides a representation of the environment of variables and arguments that is available to an activity at runtime.
Called by derived class constructors to initialize the object.
When overridden in a derived class, returns a collection of objects in the current scope.
A collection of location reference objects in the current scope.
When overridden in a derived class, determines whether the specified is visible in the current scope.
The location to evaluate.
if the is visible in the current scope; otherwise, .
Gets or sets the containing .
The containing .
Gets the activity that determines the scoping rules for this environment.
The activity that determines the scoping rules for this environment.
When overridden in a derived class, attempts to get the specified .
The name of the to retrieve.
When this method returns , contains the with the specified name; otherwise, . This parameter is passed uninitialized.
if a with the specified name is present; otherwise, .
Abstract base class for custom activities that implement execution logic using the method, which has full access to the runtime's features.
When implemented in a derived class, creates a new instance of the derived class.
When implemented in a derived class, takes actions in response to the activity being aborted.
The execution context in which the activity executes.
Not implemented. Use the method instead.
Not implemented.
Creates and validates a description of the activity's arguments, variables, child activities, and activity delegates.
The activity's metadata that encapsulates the activity's arguments, variables, child activities, and activity delegates.
When implemented in a derived class, runs logic to cause graceful early completion of the activity.
The execution context in which the activity executes.
Gets or sets a value that indicates whether the activity can cause the workflow to become idle.
if the activity can cause the workflow to become idle. This value is by default.
When implemented in a derived class, runs the activity's execution logic.
The execution context in which the activity executes.
The execution logic of the activity.
The execution logic.
Gets or sets the implementation version of the activity.
The implementation version of the activity.
Raises an event when creating a map for the dynamic update.
The metadata.
The original activity.
Raises an event when creating a map for the dynamic update.
The metadata.
The original activity.
Updates the instance of .
The update context.
Abstract base class for custom activities that implement execution logic using the method, that has full access to the runtime's features.
The result returned by the activity.
When implemented in a derived class, creates a new instance of the derived class.
When implemented in a derived class, takes actions in response to the activity being aborted.
The execution context in which the activity executes.
Not implemented. Use instead.
Not implemented.
Creates and validates a description of the activity's arguments, variables, child activities, and activity delegates.
The activity's metadata that encapsulates the activity's arguments, variables, child activities, and activity delegates.
When implemented in a derived class, runs logic to cause graceful early completion of the activity.
The execution context in which the activity executes.
Gets or sets a value that indicates whether the activity can cause the workflow to become idle.
if the activity can cause the workflow to become idle, otherwise . This value is by default.
When implemented in a derived class, runs the activity's execution logic.
The execution context in which the activity executes.
The execution logic of the activity.
The execution logic.
Gets or sets the implementation version of the activity.
The implementation version of the activity.
Raises an event when creating a map for the dynamic update.
The metadata.
The original activity.
Raises an event when creating a map for the dynamic update.
The metadata.
The original activity.
Updates the instance of .
The update context.
Represents the execution environment of an activity that is being aborted.
Gets an that contains the reason for the activity being aborted.
An exception that contains the reason for the activity being aborted.
The execution context for a .
Aborts the current workflow instance during runtime.
Aborts the current workflow instance during runtime for the specified reason.
The error that caused the workflow to abort.
Aborts the specified instance of a child activity.
A child of the currently executing .
Aborts the specified instance of a child activity for the specified reason.
A child of the currently executing .
The error that caused the child activity to abort.
Cancels the specified child activity instance.
A child of the currently executing .
Causes an early completion of all the child activities of an executing .
Creates a point at which a can passively wait to be resumed.
A bookmark.
Creates the point at which a can passively wait to be resumed and schedules the specified method to execute when notification of the resume operation completes.
The method to be called when a notification signals resumption of the .
The callback method.
Creates the point at which a can passively wait to be resumed, with the specified method to execute when notification of the resume operation completes and with the specified option that governs how the bookmark is used during the execution of the current .
The method to be called when a notification signals resumption of the .
An enumerated setting that governs how the bookmark operates in relation to other threads during the execution of the current .
A bookmark that includes the callback method and the bookmark execution option.
Creates the point, with the specified name, at which a can passively wait to be resumed.
The name of the bookmark.
A bookmark that includes the name of the bookmark.
Creates the point at which a can passively wait to be resumed, with the specified name and with the specified method to execute when notification of the resume operation completes.
The name of the bookmark.
The method to be called when a notification signals resumption of the .
A bookmark that includes the name of the bookmark and the callback method.
Creates the point at which a can passively wait to be resumed with the specified name, the specified method to execute when notification of the resume operation completes, and the specified option that governs how the bookmark is used during the execution of the current .
The name of the bookmark.
The method to be called when a notification signals resumption of the .
The bookmark options that govern how the bookmark is used during the execution of the current .
A bookmark that includes the name of the bookmark, the callback method, and the bookmark execution option.
Creates the point at which a can passively wait to be resumed with the specified name, the specified method to execute when notification of the resume operation completes, and the specified scope of the bookmark.
The name of the bookmark.
The method to be called when a notification signals resumption of the .
An identifier applied to a group of bookmarks that operate under the same protocol during a workflow runtime.
A bookmark that includes the name of the bookmark, the callback method, and the scope of the bookmark.
Creates the point at which a can passively wait to be resumed with the specified name, the specified method to execute when notification of the resume operation completes, the specified scope of the bookmark, and the specified option that governs how the bookmark is used during the execution of the current .
The name of the bookmark.
The method to be called when a notification signals resumption of the .
An identifier applied to a group of bookmarks that operate under the same protocol during a workflow runtime.
The bookmark options that governs how the bookmark is used during the execution of the current .
A bookmark that includes the name of the bookmark, the callback method, the scope of the bookmark, and the bookmark execution option.
Gets the bookmark scope associated with the root of the workflow.
A unique GUID identifier.
Returns a collection of the child activities for the current .
A generic read-only collection of child objects.
Returns the value of the specified variable in the current instance.
The variable whose value is being retrieved during execution of the current instance.
The value of the specified variable.
Returns the value of the specified generic variable in the current instance.
The generic variable whose value is being retrieved during execution of the current instance.
The type of the variable whose value is being retrieved.
The value of the specified variable.
Gets or sets a value that indicates whether the currently executing instance is to be canceled.
if the currently executing instance is to be canceled; otherwise, .
Designates the currently executing instance as canceled.
Gets an object that handles properties for execution of the current .
An object that handles execution properties.
Removes all the bookmarks associated with the currently executing instance.
Removes the specified bookmark from the currently executing instance.
A point at which a instance can passively wait to be resumed.
if the bookmark was removed; otherwise, .
Removes the bookmark with the specified name.
The name of the bookmark.
if the bookmark was removed; otherwise, .
Removes the bookmark with the specified name and the specified bookmark scope.
The name of the bookmark.
The unique GUID identifier for a group of objects that are categorized as operating under the same protocol.
if the bookmark was removed; otherwise, .
Resumes the specified bookmark.
A point at which a can passively wait to be resumed.
The information related to the resumption of a bookmark.
The outcome of the attempt to resume operation at the point of the bookmark.
Schedules for execution a specified that has no parameters, and that bookmarks the specified callback locations where the parent process resumes upon completion of the .
An action that executes when a specific event occurs in the parent activity.
A bookmark that indicates where the parent activity execution resumes upon completion of the .
A bookmark that indicates where the parent activity execution resumes if an error causes the termination of the .
A new instance of an activity action.
Schedules for execution a specified that has one parameter for an argument and bookmarks the specified callback locations where the parent process resumes upon completion of the .
An action that executes when a specific event occurs in the parent activity.
Data sent into an activity.
A bookmark that indicates where the parent activity execution resumes upon completion of the .
A bookmark that indicates where the parent activity execution resumes if an error causes the termination of the .
An argument that carries data into an activity.
An instance of an activity.
Schedules for execution a specified that has ten parameters for arguments and that bookmarks the specified callback locations where the parent process resumes upon completion of the .
An action that executes when a specific event occurs in the parent activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
A bookmark that indicates where the parent activity execution resumes upon completion of the .
A bookmark that indicates where the parent activity execution resumes if an error causes the termination of the .
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
An instance of an activity.
Schedules for execution a specified that has eleven parameters for arguments, and that bookmarks the specified callback locations where the parent process resumes upon completion of the .
An action that executes when a specific event occurs in the parent activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
A bookmark that indicates where the parent activity execution resumes upon completion of the .
A bookmark that indicates where the parent activity execution resumes if an error causes the termination of the .
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
An instance of an activity.
Schedules for execution a specified that has twelve parameters for arguments and that bookmarks the specified callback locations where the parent process resumes upon completion of the .
An action that executes when a specific event occurs in the parent activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
A bookmark that indicates where the parent activity execution resumes upon completion of the .
A bookmark that indicates where the parent activity execution resumes if an error causes the termination of the .
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
An instance of an activity.
Schedules for execution a specified that has thirteen parameters for arguments and that bookmarks the specified callback locations where the parent process resumes upon completion of the .
An action that executes when a specific event occurs in the parent activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
A bookmark that indicates where the parent activity execution resumes upon completion of the .
A bookmark that indicates where the parent activity execution resumes if an error causes the termination of the .
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
An instance of an activity.
Schedules for execution a specified that has fourteen parameters for arguments and that bookmarks the specified callback locations where the parent process resumes upon completion of the .
An action that executes when a specific event occurs in the parent activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
A bookmark that indicates where the parent activity execution resumes upon completion of the .
A bookmark that indicates where the parent activity execution resumes if an error causes the termination of the .
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
An instance of an activity.
Schedules for execution a specified that has fifteen parameters for arguments and that bookmarks the specified callback locations where the parent process resumes upon completion of the .
An action that executes when a specific event occurs in the parent activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
A bookmark that indicates where the parent activity execution resumes upon completion of the .
A bookmark that indicates where the parent activity execution resumes if an error causes the termination of the .
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
Generic parameter that represents data that is carried into an activity.
An instance of an activity.
Schedules for execution a specified that has sixteen parameters for arguments and that bookmarks the specified callback locations where the parent process resumes upon completion of the .
An action that executes when a specific event occurs in the parent activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
A bookmark that indicates where the parent activity execution resumes upon completion of the .
A bookmark that indicates where the parent activity execution resumes if an error causes the termination of the .
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
An instance of an activity.
Schedules for execution a specified that has two parameters for arguments and that bookmarks the specified callback locations where the parent process resumes upon completion of the .
An action that executes when a specific event occurs in the parent activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
A bookmark that indicates where the parent activity execution resumes upon completion of the .
A bookmark that indicates where the parent activity execution resumes if an error causes the termination of the .
The data that is carried into an activity.
The data that is carried into an activity.
An instance of an activity.
Schedules for execution a specified that has three parameters for arguments and that bookmarks the specified callback locations where the parent process resumes upon completion of the .
An action that executes when a specific event occurs in the parent activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
A bookmark that indicates where the parent activity execution resumes upon completion of the .
A bookmark that indicates where the parent activity execution resumes if an error causes the termination of the .
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
An instance of an activity.
Schedules for execution a specified that has four parameters for arguments and that bookmarks the specified callback locations where the parent process resumes upon completion of the .
An action that executes when a specific event occurs in the parent activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
A bookmark that indicates where the parent activity execution resumes upon completion of the .
A bookmark that indicates where the parent activity execution resumes if an error causes the termination of the .
the data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
An instance of an activity.
Schedules for execution a specified that has five parameters for arguments and that bookmarks the specified callback locations where the parent process resumes upon completion of the .
An action that executes when a specific event occurs in the parent activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
A bookmark that indicates where the parent activity execution resumes upon completion of the .
A bookmark that indicates where the parent activity execution resumes if an error causes the termination of the .
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
An instance of an activity.
Schedules for execution a specified that has six parameters for arguments and that bookmarks the specified callback locations where the parent process resumes upon completion of the .
An action that executes when a specific event occurs in the parent activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
A bookmark that indicates where the parent activity execution resumes upon completion of the .
A bookmark that indicates where the parent activity execution resumes if an error causes the termination of the .
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
An instance of an activity.
Schedules for execution a specified that has seven parameters for arguments and that bookmarks the specified callback locations where the parent process resumes upon completion of the .
An action that executes when a specific event occurs in the parent activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
A bookmark that indicates where the parent activity execution resumes upon completion of the .
A bookmark that indicates where the parent activity execution resumes if an error causes the termination of the .
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
An instance of an activity.
Schedules for execution a specified that has eight parameters for arguments and that bookmarks the specified callback locations where the parent process resumes upon completion of the .
An action that executes when a specific event occurs in the parent activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
A bookmark that indicates where the parent activity execution resumes upon completion of the .
A bookmark that indicates where the parent activity execution resumes if an error causes the termination of the .
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
An instance of an activity.
Schedules for execution a specified that has nine parameters for arguments and that bookmarks the specified callback locations where the parent process resumes upon completion of the .
An action that executes when a specific event occurs in the parent activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
A bookmark that indicates where the parent activity execution resumes upon completion of the .
A bookmark that indicates where the parent activity execution resumes if an error causes the termination of the .
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
An instance of an activity.
Schedules the specified child activity for execution.
A child activity that is triggered by an event that occurs in the execution of a parent .
An activity instance.
Schedules the specified child activity for execution using the specified completion callback location where the parent process resumes upon completion of the activity.
A child activity that is triggered by an event that occurs in the execution of a parent .
A bookmark that indicates where the parent activity execution resumes upon completion of the .
An activity instance.
Schedules the specified child activity for execution and bookmarks the specified callback locations where the parent process resumes upon completion of the child activity.
A child activity that is triggered by an event that occurs in the execution of a parent .
A bookmark that indicates where the execution resumes upon completion of the .
A bookmark that indicates where the execution resumes if an error causes the termination of the .
An instance of an activity.
Schedules the specified child activity for execution using the specified fault callback location where the parent process resumes when the activity enters the faulted state.
A child activity that is triggered by an event that occurs in the execution of a parent .
A bookmark that indicates where the parent activity execution resumes if an error causes the termination of the .
An activity instance.
Schedules the specified child activity for execution, with one parameter for an argument, and bookmarks the specified callback locations where the parent process resumes upon completion of the .
A child activity that is triggered by an event that occurs in the execution of a parent .
A bookmark that indicates where the execution resumes upon completion of the .
A bookmark that indicates where the execution resumes if an error causes the termination of the .
The type of the child activity argument.
An instance of an activity.
Pushes the callback method for an activity into the work item pool.
The callback method to which an activity returns when the specified activity action completes.
A dictionary list of activity argument names and values.
A bookmark that indicates where the parent activity execution resumes upon completion of the .
A bookmark that indicates where the parent activity execution resumes if an error causes the termination of the .
An instance of an activity.
Schedules for execution a specified with one parameter that holds a return value and bookmarks the specified callback locations where the parent process resumes upon completion of the .
A child activity that runs when a specific event occurs in the parent activity and returns a value.
A bookmark that indicates where the parent activity execution resumes upon completion of the .
A bookmark that indicates where the parent activity execution resumes if an error causes the termination of the .
The type of the child activity argument.
An instance of an activity.
Schedules for execution a specified that has ten parameters for a return value and arguments and bookmarks the specified callback locations where the parent process resumes upon completion of the .
A child activity that runs when a specific event occurs in the parent activity and returns a value.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
A bookmark that indicates where the parent activity execution resumes upon completion of the .
A bookmark that indicates where the parent activity execution resumes if an error causes the termination of the .
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The type of the child activity out argument.
An instance of an activity.
Schedules for execution a specified that has eleven parameters for a return value and in arguments, and bookmarks the specified callback locations where the parent process resumes upon completion of the .
A child activity that runs when a specific event occurs in the parent activity and returns a value.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
A bookmark that indicates where the parent activity execution resumes upon completion of the .
A bookmark that indicates where the parent activity execution resumes if an error causes the termination of the .
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The type of the child activity out argument.
An instance of an activity.
Schedules for execution a specified that has twelve parameters for a return value and arguments and that bookmarks the specified callback locations where the parent process resumes upon completion of the .
A child activity that runs when a specific event occurs in the parent activity and returns a value.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
A bookmark that indicates where the parent activity execution resumes upon completion of the .
A bookmark that indicates where the parent activity execution resumes if an error causes the termination of the .
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The type of the child activity out argument.
An instance of an activity.
Schedules for execution a specified that has thirteen parameters for a return value and arguments and bookmarks the specified callback locations where the parent process resumes upon completion of the .
A child activity that runs when a specific event occurs in the parent activity and returns a value.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
A bookmark that indicates where the parent activity execution resumes upon completion of the .
A bookmark that indicates where the parent activity execution resumes if an error causes the termination of the .
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The type of the child activity out argument.
An instance of an activity.
Schedules for execution a specified that has fourteen parameters for a return value and arguments and that bookmarks the specified callback locations where the parent process resumes upon completion of the .
A child activity that runs when a specific event occurs in the parent activity and returns a value.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
A bookmark that indicates where the parent activity execution resumes upon completion of the .
A bookmark that indicates where the parent activity execution resumes if an error causes the termination of the .
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The type of the child activity out argument.
An instance of an activity.
Schedules for execution a specified that has fifteen parameters for a return value and arguments and that bookmarks the specified callback locations where the parent process resumes upon completion of the .
A child activity that runs when a specific event occurs in the parent activity and returns a value.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
A bookmark that indicates where the parent activity execution resumes upon completion of the .
A bookmark that indicates where the parent activity execution resumes if an error causes the termination of the .
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The type of the child activity out argument.
An instance of an activity.
Schedules for execution a specified that has sixteen parameters for a return value and arguments and that bookmarks the specified callback locations where the parent process resumes upon completion of the .
A child activity that runs when a specific event occurs in the parent activity and returns a value.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
A bookmark that indicates where the parent activity execution resumes upon completion of the .
A bookmark that indicates where the parent activity execution resumes if an error causes the termination of the .
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The type of the child activity out argument.
An instance of an activity.
Schedules for execution a specified that has seventeen parameters for a return value and arguments and that bookmarks the specified callback locations where the parent process resumes upon completion of the .
A child activity that runs when a specific event occurs in the parent activity, and returns a value.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
A bookmark that indicates where the parent activity execution resumes upon completion of the .
A bookmark that indicates where the parent activity execution resumes if an error causes the termination of the .
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The type of the child activity argument.
An instance of an activity.
Schedules for execution a specified that has two parameters for a return value and an argument and that bookmarks the specified callback locations where the parent process resumes upon completion of the .
A child activity that runs when a specific event occurs in the parent activity and returns a value.
An argument that carries data into an activity.
A bookmark that indicates where the parent activity execution resumes upon completion of the .
A bookmark that indicates where the parent activity execution resumes if an error causes the termination of the .
The data that is carried into an activity.
The type of the child activity argument.
An instance of an activity.
Schedules for execution a specified that has three parameters for a return value and arguments and that bookmarks the specified callback locations where the parent process resumes upon completion of the .
A child activity that runs when a specific event occurs in the parent activity and returns a value.
An argument that carries data into an activity.
An argument that carries data into an activity.
A bookmark that indicates where the parent activity execution resumes upon completion of the .
A bookmark that indicates where the parent activity execution resumes if an error causes the termination of the .
The data that is carried into an activity.
The data that is carried into an activity.
The type of the child activity argument.
An instance of an activity.
Schedules for execution a specified that has four parameters for a return value and arguments and that bookmarks the specified callback locations where the parent process resumes upon completion of the .
A child activity that runs when a specific event occurs in the parent activity and returns a value.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
A bookmark that indicates where the parent activity execution resumes upon completion of the .
A bookmark that indicates where the parent activity execution resumes if an error causes the termination of the .
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The type of the child activity argument.
An instance of an activity.
Schedules for execution a specified that has five parameters for a return value and arguments and that bookmarks the specified callback locations where the parent process resumes upon completion of the .
A child activity that runs when a specific event occurs in the parent activity and returns a value.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
A bookmark that indicates where the parent activity execution resumes upon completion of the .
A bookmark that indicates where the parent activity execution resumes if an error causes the termination of the .
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The type of the child activity argument.
An instance of an activity.
Schedules for execution a specified that has six parameters for a return value and arguments and that bookmarks the specified callback locations where the parent process resumes upon completion of the .
A child activity that runs when a specific event occurs in the parent activity and returns a value.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
A bookmark that indicates where the parent activity execution resumes upon completion of the .
A bookmark that indicates where the parent activity execution resumes if an error causes the termination of the .
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The type of the child activity argument.
An instance of an activity.
Schedules for execution a specified that has seven parameters for a return value and arguments and that bookmarks the specified callback locations where the parent process resumes upon completion of the .
A child activity that runs when a specific event occurs in the parent activity and returns a value.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
A bookmark that indicates where the parent activity execution resumes upon completion of the .
A bookmark that indicates where the parent activity execution resumes if an error causes the termination of the .
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The type of the child activity argument.
An instance of an activity.
Schedules for execution a specified that has eight parameters for a return value and arguments and that bookmarks the specified callback locations where the parent process resumes upon completion of the .
A child activity that runs when a specific event occurs in the parent activity and returns a value.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
A bookmark that indicates where the parent activity execution resumes upon completion of the .
A bookmark that indicates where the parent activity execution resumes if an error causes the termination of the .
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The type of the child activity argument.
An instance of an activity.
Schedules for execution a specified that has nine parameters for a return value and arguments and that bookmarks the specified callback locations where the parent process resumes upon completion of the .
A child activity that runs when a specific event occurs in the parent activity and returns a value.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
An argument that carries data into an activity.
A bookmark that indicates where the parent activity execution resumes upon completion of the .
A bookmark that indicates where the parent activity execution resumes if an error causes the termination of the .
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The data that is carried into an activity.
The type of the child activity argument.
An instance of an activity.
Assigns the specified value object to the specified variable object.
A variable object without a specified type that can be assigned a value object.
An object without a specified type that can be assigned to a variable object.
Assigns the specified generic value object to the specified generic variable object.
A variable object with a specified type that can be assigned a value object.
An object with a specified type that can be assigned to a variable object.
The type of the and .
Adds an activity tracking record to the current workflow instance.
The data sent to tracking participants when tracked events occur.
Represents the execution environment of a when it is handling an exception thrown by a child activity.
OBSOLETE.
Represents the set of arguments, child activities, variables, and delegates that a configured introduces to the execution environment.
Adds an argument to the collection of arguments of an activity.
The argument to add to the collection.
Adds the specified activity to the metadata's list of child activities.
The activity to add.
Adds the specified activity to the metadata's list of child activities.
The activity to add.
The origin of the activity.
Adds the specified extension provider to the collection of default extension providers for the activity.
The function that returns the extension.
The type of the extension provider.
Adds the specified delegate to the metadata's list of delegates.
The delegate to add.
Adds the specified delegate to the metadata's list of delegates.
The delegate to add.
The origin of the delegate.
Adds the specified activity to the metadata's list of implementation activities.
The activity to add.
Adds the specified delegate to the metadata's list of implementation delegates.
The delegate to add.
Adds the specified variable to the metadata's collection of implementation variables.
The variable to add.
Adds the specified activity to the metadata's list of imported child activities.
The activity to add.
Adds the specified activity to the metadata's list of imported child activities.
The activity to add.
The origin of the activity.
Adds the specified delegate to the metadata's list of imported delegates.
The delegate to add.
Adds the specified delegate to the metadata's list of imported delegates.
The delegate to add.
The origin of the delegate.
Adds the specified validation error to the metadata's collection of validation errors.
The validation error to add.
Adds a validation error to the metadata's collection of validation errors using the specified description.
A message that describes the validation error.
Adds the specified variable to the metadata's collection of variables.
The variable to add.
Adds the specified variable to the metadata's collection of variables.
The variable to add.
The origin of the variable.
Binds the specified to the specified .
The to bind.
The to bind.
Gets the activity's of arguments, variables, delegate arguments, or symbols introduced by a .
The activity's location reference environment of arguments, variables, delegate arguments, or symbols introduced by a .
Determines whether the specified object is equal to this metadata instance.
The object to compare.
if the specified object is equal to this metadata instance; otherwise, .
Returns a collection of arguments obtained by using reflection.
A collection of arguments.
Returns a collection of child activities using reflection.
A collection of child activities.
Returns a collection of delegates using reflection.
A collection of delegates.
Returns a unique identifier for this metadata instance.
An integer that uniquely identifies this metadata instance.
Returns a collection of variables using reflection.
A collection of variables.
Gets a value that indicates whether there are any validation errors in the metadata.
if validation errors are present; otherwise, .
Returns a value that indicates whether the two specified metadata instances are equal.
The first item to compare.
The second item to compare.
if the two items are equal; otherwise, .
Returns a value that indicates whether the two specified metadata instances are not equal.
The first item to compare.
The second item to compare.
if the two items are not equal; otherwise, .
Specifies that the activity requires an extension of the specified type at runtime.
The type of the extension.
Specifies that the activity requires an extension of the specified generic type at runtime.
The type of the extension.
Adds the specified collection of arguments to the activity's arguments.
The arguments to add.
Adds the specified collection as child activities of the activity.
The activities to add.
Adds the specified collection as delegates of the activity.
The delegates to add.
Adds the specified collection as implementation child activities of the activity.
The activities to add.
Adds the specified collection as implementation delegates of the activity.
The delegates to add.
Adds the specified collection as implementation variables of the activity.
The delegates to add.
Adds the specified collection as imported child activities of the activity.
The activities to add.
Adds the specified collection as imported delegates of the activity.
The delegates to add.
Adds the specified collection of validation errors to the metadata's collection of validation errors.
The validation errors to add.
Adds the specified collection of variables to the activity's variables.
The variables to add.
The execution context for a that needs to provide the runtime with a transaction.
Provides the runtime with the specified transaction.
The transaction.
Manages the lifetime of a no-persist block.
Initializes a new instance of the class.
Marks the beginning of the no-persist block.
The current execution environment.
Marks the end of the no-persist block.
The current execution environment.
The abstract base class that represents a binding terminal that supports the flow of data out of an activity.
Creates a new that references the specified target using the specified referenced argument name.
The target argument to reference.
The name of the referenced argument.
A new argument that references the specified target .
Creates a new that references the specified target using the specified referenced argument name.
The target argument to reference.
The name of the referenced argument.
A new argument that references the specified target .
A binding terminal that represents the flow of data out of an activity.
The data type of the .
Initialize a new instance of the class using default values.
Initializes a new instance of the class using the specified .
The value of the argument.
Initializes a new instance of the class using the specified .
The value of the argument.
Initializes a new instance of the class using the specified .
The value of the argument.
Initializes a new instance of the class using the specified expression.
The value of the argument.
Gets an that represents the value of this .
An activity that represents the value of the argument.
Initializes and returns a new constructed using the specified .
The value of the argument.
The new argument.
Initializes and returns a new constructed using the specified .
The value of the argument,
The new argument.
Initializes and returns a new constructed using the specified .
The value of the argument.
The new argument.
Gets the value of the using the specified activity context.
The current activity context.
The value of the argument.
Gets the location of the value for the .
The activity context that contains the value of the variable.
A reference to the location where the value of the argument is stored.
Initializes and returns a new constructed using the specified .
The value of the argument,
The new argument.
Initializes and returns a new constructed using the specified .
The value of the argument.
The new argument.
Initializes and returns a new constructed using the specified .
The value of the argument.
The new argument.
Sets the value of the using the specified activity context.
The current activity context.
The new value.
Provides a method for indicating which combinations of arguments are valid in an activity.
Initializes a new instance of the class.
Initializes a new instance of the class.
The name of the group of arguments.
Gets the name of the .
The name of the group of related arguments.
Gets a unique identifier for this attribute.
A unique identifier for this attribute.
Specifies the action that occurs when a workflow becomes idle when persistence is allowed.
Specifies that no action is taken.
Specifies that the should persist the workflow.
Specifies that the should persist and unload the workflow.
A derived vclass of the class with methods that perform input and output operations in addition to the persisting and loading of workflow instances through the persistence process.
Initializes an instance of the class.
if a transaction is required for the Save operation. If the object is created with this parameter set to , Transaction.Current is guaranteed to be set when BeginOnSave is invoked. The transaction is shared between the persistence provider, all PersistenceIOParticipant extensions, and potentially other transaction participants.
if a transaction is required for the Load operation. If the object is created with this parameter set to , Transaction.Current is guaranteed to be set when BeginOnLoad is invoked. The transaction is shared between the persistence provider, all PersistenceIOParticipant extensions, and potentially other transaction participants.
Aborts the pending IO (Load or Save) operation.
Begins an asynchronous operation to load additional state in conjunction with an instance being loaded from the instance store.
A dictionary of read-write values loaded by the persistence provider. This corresponds to the set of read-write values passed to BeginOnSave in the most recent persistence episode for this instance.
The time span within which the operation should be completed without timing out.
The asynchronous callback delegate that receives notification of the completion of the asynchronous Load operation.
The state information associated with the asynchronous operation.
The status of an asynchronous operation.
Begins an asynchronous operation to save additional state in conjunction with an instance being persisted to the instance store.
A dictionary of read-write values collected in the CollectValues and MapValues stages.
A dictionary of write-only values collected in the CollectValues and MapValues stages.
The time span within which the operation should be completed without timing out.
The asynchronous callback delegate that receives notification of the completion of the asynchronous operation.
The state information associated with the asynchronous operation.
The status of an asynchronous operation.
Completes the asynchronous Load operation.
The asynchronous result returned by a call to the method.
Completes the asynchronous Save operation.
The asynchronous result returned by a call to the method.
This class allows both and to participate in persistence process. A persistence participant derives from the class or the class (derived class of the class), implements abstract methods, and then add an instance of the class as a workflow instance extension. The and look for such extensions when persisting an instance and invoke appropriate methods at appropriate times.
Initializes an instance of the class.
A host invokes this method on a custom persistence participant to collect read-write values and write-only values, to be persisted.
The read-write values to be persisted.
The write-only values to be persisted.
A host invokes this method after it is done with collecting the values in the first stage. The host forwards two read-only dictionaries of values it collected from all persistence participants during the first stage (CollectValues stage) to this method for mapping. The host adds values in the dictionary returned by this method to the collection of write-only values.
The read-write values to be persisted.
The write-only values to be persisted.
A dictionary containing additional write-only values to be persisted.
The host invokes this method and passes all the loaded values in the collection (filled by the or ) as a dictionary parameter.
The read-write values that were loaded from the persistence store. This dictionary corresponds to the dictionary of read-write values persisted in the most recent persistence episode.
Provides access to the current collection of workflow execution properties.
Returns a workflow execution property with the specified name.
The name of the workflow execution property.
The workflow execution property.
Application element on which it is valid to apply an argument.
Creates a new instance of the class.
When implemented in a derived class, gets a unique identifier for this .
Returns .
Describes the characteristics of an argument of an activity to the runtime.
Initializes a new instance of the class using a name, data type, and argument direction.
The name of the .
The type of the .
The direction of data flow through an argument.
Initializes a new instance of the class using a name, data type, argument direction, and a value that indicates whether the is required to be bound to a value.
The name of the .
The data type of the .
The direction of data flow through an argument.
to indicate that the is required to be bound to a value; otherwise .
Initializes a new instance of the class with a name, data type, argument direction, whether the is required to be bound to a value, and a list of overload group names.
The name of the .
The data type of the .
The direction of data flow through an argument.
to indicate that the is required to be bound to a value; otherwise .
The names of the overload groups that apply to this .
Initializes a new instance of the class using a name, data type, argument direction, and a list of overload group names.
The name of the .
The data type of the .
The direction of data flow through an argument.
The overload groups that apply to this .
Gets the direction of the data flow through this .
The direction of data flow through an argument.
Gets the value of the using the specified activity context.
The current activity context.
The value of the .
Gets the strongly-typed value of the using the specified activity context.
The current activity context.
The return value type.
The value of the .
Returns the for this .
The argument location.
The location of the .
Gets a value that indicates whether the is required to be bound to a value.
if the is required to be bound to a value; otherwise, .
Gets a list of the overload groups that this belongs to.
A list of overload group names.
Sets the value of the .
The current activity context.
The new value for the .
Describes the characteristics of a to the runtime.
Initializes a new instance of the class using the specified name, data type, argument direction, and .
The name of the .
The data type of the .
One of the enumeration values that specifies the direction of data flow through an argument.
The delegate argument that is represented by this .
Gets the that is represented by this .
The bound argument represented by this .
Gets the direction of data flow through the .
One of the enumeration values that specifies the direction of data flow through an argument.
Gets the name of the .
The name of the .
Gets the data type of the .
The data type of the .
Provides access to the run-time transaction in a workflow instance.
Initializes a new instance of the class.
Initializes a new instance of the class using the specified root transaction.
The root transaction.
Gets or sets whether the workflow instance should be aborted if the transaction fails.
if the workflow instance should be aborted if the transaction fails; otherwise, .
Completes the current run-time transaction.
The current execution environment.
Completes the current run-time transaction and schedules the bookmark callback when the transaction is complete.
The current execution environment.
The bookmark callback to be invoked when the transaction completes.
Returns a reference to the current run-time transaction.
The current execution environment.
The current transaction.
Returns a reference to the current run-time transaction.
The current execution environment.
The current transaction.
Returns a reference to the current run-time transaction.
The current execution environment.
The current run-time transaction.
Initiates the creation of a for use with a new transaction.
The current execution environment.
The method to be called when the is created.
An optional user-provided state that contains information about the request.
Initiates the creation of a for use with an existing transaction.
The current execution environment.
The method to be called when the is created.
An optional user-provided state that contains information about the request.
Gets or sets a value that indicates whether this run-time transaction is suppressed.
if the run-time transaction is suppressed; otherwise, .
For a description of this member, see .
For a description of this member, see .
For a description of this member, see .
For a description of this parameter, see .
For a description of this member, see .
For a description of this parameter, see .
Adds an item to a specified collection.
The type of elements in the specified collection.
Creates a new instance of the class.
The collection that receives the new item.
The collection.
The item to add to the specified collection.
The item.
Sets values from within a workflow.
Creates a new instance of the class.
Specifies the that the activity assigns its to.
The specified .
Specifies the value that is assigned.
The value to be assigned.
The activity is used to set values from within a workflow.
The type of the assigned value.
Creates a new instance of the class.
Specifies the that the activity assigns its to.
The specified .
Specifies the value that is assigned.
The value to be assigned.
Associates cancellation logic, in the form of a , with a main path of execution, also expressed as a .
Creates a new instance of the class.
Gets the contained by the that represents the main path of execution.
The main path of execution.
The that is executed in the event of cancellation.
The cancellation handler.
Gets the collection of objects associated with the .
The collection of objects associated with the .
Contains the actions to be executed after an exception is thrown in the corresponding block of a activity.
The type of exception that the block is handling.
The exception type.
Contains the actions to be executed after an exception is raised in the corresponding Try block of a activity.
The type of exception that the block is handling.
Creates a new instance of the class.
The handler for the exception being caught.
The activity action.
The type of exception that the block is handling.
The exception type.
Clears a specified collection of all items.
The type of the elements in the parameter.
Creates a new instance of the class.
The collection to be cleared of contents.
The collection.
An activity that supports compensation of its child activities.
Initializes a new instance of the class.
Gets or sets the activity that is scheduled when the executes.
The activity that is scheduled when the executes.
Gets or sets the activity that is scheduled when the activity is canceled.
The activity that is scheduled when the activity is canceled.
Gets or sets the activity that is scheduled when compensation is performed on the .
The activity that is scheduled when compensation is performed on the .
Gets or sets the activity that is scheduled when confirmation is performed for this .
The activity that is scheduled when confirmation is performed for this .
Gets the collection of objects for this .
The collection of objects for this .
An activity used to explicitly invoke the compensation handler of a .
Initializes a new instance of the class.
Gets or sets the that contains the for this activity.
A that contains the for this .
Represents an extension that hooks up with compensation activities and persists compensation-related instance state.
Initializes a new instance of the class.
Called by the host to collect read-write values and write-only values related to compensation to be persisted.
The read-write values to be persisted.
The write-only values to be persisted.
Called by the host to pass all of the loaded values related to compensation that were part of the most recent persistence episode.
The read-write values that were loaded from the persistence store.
Returns any additional extensions to compensation activities.
A collection of additional workflow extensions.
Sets any additional extensions to compensation activities.
The target workflow instance to set.
Provides a means to explicitly confirm or compensate a once the of the has successfully completed.
An activity used to explicitly invoke the confirmation handler of a .
Initializes a new instance of the class.
Gets or sets the that contains the for this activity.
The that contains the for this activity.
Creates a .
Initializes a new instance of the class.
Creates a timer for a specified duration, using a .
Creates a new instance of the activity.
The duration of the timer that the activity creates. If the duration is set to , the delay is infinite.
The timer duration.
Deletes the referenced by .
Initializes a new instance of the class.
Gets or sets the associated .
The associated .
A looping activity that executes contained activities at least once, until a condition is no longer true.
Creates a new instance of the class.
Creates a new instance of the class.
The condition under which the activity continues to iterate.
Creates a new instance of the class.
The condition under which the activity continues to iterate.
The child activity to be executed with every iteration.
The child activity.
The checked at the end of the loop to determine whether the loop is executed again.
The condition for re-executing the loop.
The collection of objects associated with the activity.
The collection of variables.
Represents an activity timer extension that can be persisted.
Creates a new instance of the class.
Terminates all registered timers.
Returns an enumerator that iterates over the collection of timer extensions.
An enumerator.
Removes a timer object from the table of registered timers for the current workflow operation.
A point at which a workflow or activity can passively wait to be resumed following the expiration of the timer object.
Adds a timer object that contains the specified time span and bookmark information to the table of registered timers for the current workflow operation.
A time span object that is added to the timer registration table entry in a workflow operation along with callback information.
A point at which a workflow or activity can passively wait to be resumed following the expiration of a timer object.
Establishes the specified workflow instance as the current instance.
The workflow instance to make current.
Indicates whether a given item is present in a given collection.
The type of elements in the specified collection.
Creates a new instance of the class.
The collection to be searched for the specified element.
The collection.
The item to search the specified collection for.
The item.
Represents the models workflows using the familiar flowchart paradigm.
Creates a new instance of the class.
Gets or sets the collection of objects contained by the flowchart.
A collection of objects.
Gets or sets the to be executed when the flowchart starts.
The starting node.
Gets or sets a value that indicates whether unconnected nodes are validated.
if unconnected nodes are validated; otherwise, .
Gets or sets the collection of objects associated with the , which are available to share state across the child activities contained within the Flowchart.
The collection of variables.
A specialized that provides the ability to model a conditional node with two outcomes.
Creates a new instance of the class.
Creates a new instance of the class with the specified condition.
The condition the is testing.
Creates a new instance of the class with the specified condition.
The condition the is testing.
Specifies the condition the is testing.
A value expression that represents the condition.
The name of this flow decision to be displayed in the activity designer.
The name of the flow decision.
Gets or sets the that is executed when the condition evaluates to .
The activity that is executed when the condition evaluates to .
Gets or sets the that is executed when the condition evaluates to .
The activity to execute when the condition evaluates to .
The abstract base class for all the different node types that can be contained within a activity.
A element that executes a specified and has a pointer.
Returns a new instance of the class.
The that the executes.
The activity to be executed as part of this step of the flowchart.
The next in the flowchart to execute after executing the current .
The specified element.
A specialized that allows modeling a switch construct, with one expression and one outcome for each match.
The type of the expression to evaluate against cases.
Creates a new instance of the class.
Gets a dictionary of cases to be processed by the element.
The collection of cases.
The to be executed if no elements in the collection match the result of the evaluation of the .
The default to execute.
Gets the name of this flow switch to be displayed in the activity designer.
The name of the flow switch.
The expression to evaluate against the collection of .
The expression to evaluate.
Executes an activity action once for each value provided in the collection.
The type of the values provided in the collection.
Creates a new instance of the class.
The to be executed for each item in the collection.
The action to be executed.
The activity's collection of inputs for the execution of the activity action.
The collection of values.
Provides default scoping behavior for objects.
The type of the .
Creates a new instance of the class.
The activity to be scoped by this activity.
The scoped activity.
The flowed in from a parent scope.
The handle.
Models an If-Then-Else condition.
Creates a new instance of the class.
Creates a new instance of the class using the specified condition.
The execution condition.
Creates a new instance of the class using the specified condition.
The execution condition.
Creates a new instance of the class using the specified condition.
The execution condition.
The condition that determines which child activity to execute. The activity executes if the condition resolves to . The activity executes if the condition resolves to .
The execution condition.
The activity to be executed if the activity's resolves to .
The child activity.
The activity to be executed if the activity's resolves to .
The child activity.
Invokes an activity's handler.
Initializes a new instance of the class.
Gets or sets the invoked by this .
The invoked by this .
Invokes an activity's handler.
The data type of the passed to the .
Initializes a new instance of the class.
Gets or sets the invoked by this .
The invoked by this .
Gets or sets the passed to the associated .
The passed to the associated .
Invokes an activity's handler.
The data type of the first passed to the .
The data type of the second passed to the .
The data type of the third passed to the .
The data type of the fourth passed to the .
The data type of the fifth passed to the .
The data type of the sixth passed to the .
The data type of the seventh passed to the .
The data type of the eighth passed to the .
The data type of the ninth passed to the .
The data type of the tenth passed to the .
Initializes a new instance of the class.
Gets or sets the invoked by this .
The activity action invoked by this .
Gets or sets the first passed to the associated .
The first argument passed to the associated .
Gets or sets the tenth passed to the associated .
The tenth argument passed to the associated .
Gets or sets the second passed to the associated .
The second argument passed to the associated .
Gets or sets the third passed to the associated .
The third argument passed to the associated .
Gets or sets the fourth passed to the associated .
The fourth argument passed to the associated .
Gets or sets the fifth passed to the associated .
The fifth argument passed to the associated .
Gets or sets the sixth passed to the associated .
The sixth argument passed to the associated .
Gets or sets the seventh passed to the associated .
The seventh argument passed to the associated .
Gets or sets the eighth passed to the associated .
The eighth argument passed to the associated .
Gets or sets the ninth passed to the associated .
The ninth argument passed to the associated .
Invokes an .
The data type of the first passed to the .
The data type of the second passed to the .
The data type of the third passed to the .
The data type of the fourth passed to the .
The data type of the fifth passed to the .
The data type of the sixth passed to the .
The data type of the seventh passed to the .
The data type of the eighth passed to the .
The data type of the ninth passed to the .
The data type of the tenth passed to the .
The data type of the eleventh passed to the .
Initializes a new instance of the class.
Gets or sets the invoked by this .
The activity action invoked by this .
Gets or sets the first passed to the associated .
The first argument passed to the associated .
Gets or sets the tenth passed to the associated .
The tenth argument passed to the associated .
Gets or sets the eleventh passed to the associated .
The eleventh argument passed to the associated .
Gets or sets the second passed to the associated .
The second argument passed to the associated .
Gets or sets the third passed to the associated .
The third argument passed to the associated .
Gets or sets the fourth passed to the associated .
The fourth argument passed to the associated .
Gets or sets the fifth passed to the associated .
The fifth argument passed to the associated .
Gets or sets the sixth passed to the associated .
The sixth argument passed to the associated .
Gets or sets the seventh passed to the associated .
The seventh argument passed to the associated .
Gets or sets the eighth passed to the associated .
The eighth argument passed to the associated .
Gets or sets the ninth passed to the associated .
The ninth argument passed to the associated .
Invokes an activity's handler.
The data type of the first passed to the .
The data type of the second passed to the .
The data type of the third passed to the .
The data type of the fourth passed to the .
The data type of the fifth passed to the .
The data type of the sixth passed to the .
The data type of the seventh passed to the .
The data type of the eighth passed to the .
The data type of the ninth passed to the .
The data type of the tenth passed to the .
The data type of the eleventh passed to the .
The data type of the twelfth passed to the .
Initializes a new instance of the class.
Initializes a new instance of the class.
The activity action invoked by this .
Gets or sets the first passed to the associated .
The first argument passed to the associated .
Gets or sets the tenth passed to the associated .
The tenth argument passed to the associated .
Gets or sets the eleventh passed to the associated .
The eleventh argument passed to the associated .
Gets or sets the twelfth passed to the associated .
The twelfth argument passed to the associated .
Gets or sets the second passed to the associated .
The second argument passed to the associated .
Gets or sets the third passed to the associated .
The third argument passed to the associated .
Gets or sets the fourth passed to the associated .
The fourth argument passed to the associated .
Gets or sets the fifth passed to the associated .
The fifth argument passed to the associated .
Gets or sets the sixth passed to the associated .
The sixth argument passed to the associated .
Gets or sets the seventh passed to the associated .
The seventh argument passed to the associated .
Gets or sets the eighth passed to the associated .
The eighth argument passed to the associated .
Gets or sets the ninth passed to the associated .
The ninth argument passed to the associated .
Invokes an activity's handler.
The data type of the first passed to the .
The data type of the second passed to the .
The data type of the third passed to the .
The data type of the fourth passed to the .
The data type of the fifth passed to the .
The data type of the sixth passed to the .
The data type of the seventh passed to the .
The data type of the eighth passed to the .
The data type of the ninth passed to the .
The data type of the tenth passed to the .
The data type of the eleventh passed to the .
The data type of the twelfth passed to the .
The data type of the thirteenth passed to the .
Initializes a new instance of the class.
Gets or sets the invoked by this .
The activity action invoked by this .
Gets or sets the first passed to the associated .
The first argument passed to the associated .
Gets or sets the tenth passed to the associated .
The tenth argument passed to the associated .
Gets or sets the eleventh passed to the associated .
The eleventh argument passed to the associated .
Gets or sets the twelfth passed to the associated .
The twelfth argument passed to the associated .
Gets or sets the thirteenth passed to the associated .
The thirteenth argument passed to the associated .
Gets or sets the second passed to the associated .
The second argument passed to the associated .
Gets or sets the third passed to the associated .
The third argument passed to the associated .
Gets or sets the fourth passed to the associated .
The fourth argument passed to the associated .
Gets or sets the fifth passed to the associated .
The fifth argument passed to the associated .
Gets or sets the sixth passed to the associated .
The sixth argument passed to the associated .
Gets or sets the seventh passed to the associated .
The seventh argument passed to the associated .
Gets or sets the eighth passed to the associated .
The eighth argument passed to the associated .
Gets or sets the ninth passed to the associated .
The ninth argument passed to the associated .
Invokes an activity's handler.
The data type of the first passed to the .
The data type of the second passed to the .
The data type of the third passed to the .
The data type of the fourth passed to the .
The data type of the fifth passed to the .
The data type of the sixth passed to the .
The data type of the seventh passed to the .
The data type of the eighth passed to the .
The data type of the ninth passed to the .
The data type of the tenth passed to the .
The data type of the eleventh passed to the .
The data type of the twelfth passed to the .
The data type of the thirteenth passed to the .
The data type of the fourteenth passed to the .
Initializes a new instance of the class.
Gets or sets the invoked by this .
The activity action invoked by this .
Gets or sets the first passed to the associated .
The first argument passed to the associated .
Gets or sets the tenth passed to the associated .
The tenth argument passed to the associated .
Gets or sets the eleventh passed to the associated .
The eleventh argument passed to the associated .
Gets or sets the twelfth passed to the associated .
The twelfth argument passed to the associated .
Gets or sets the thirteenth passed to the associated .
The thirteenth argument passed to the associated .
Gets or sets the fourteenth passed to the associated .
The fourteenth argument passed to the associated .
Gets or sets the second passed to the associated .
The second argument passed to the associated .
Gets or sets the third passed to the associated .
The third argument passed to the associated .
Gets or sets the fourth passed to the associated .
The fourth argument passed to the associated .
Gets or sets the fifth passed to the associated .
The fifth argument passed to the associated .
Gets or sets the sixth passed to the associated .
The sixth argument passed to the associated .
Gets or sets the seventh passed to the associated .
The seventh argument passed to the associated .
Gets or sets the eighth passed to the associated .
The eighth argument passed to the associated .
Gets or sets the ninth passed to the associated .
The ninth argument passed to the associated .
Invokes an activity's handler.
The data type of the first passed to the .
The data type of the second passed to the .
The data type of the third passed to the .
The data type of the fourth passed to the .
The data type of the fifth passed to the .
The data type of the sixth passed to the .
The data type of the seventh passed to the .
The data type of the eighth passed to the .
The data type of the ninth passed to the .
The data type of the tenth passed to the .
The data type of the eleventh passed to the .
The data type of the twelfth passed to the .
The data type of the thirteenth passed to the .
The data type of the fourteenth passed to the .
The data type of the fifteenth passed to the .
Initializes a new instance of the class.
Gets or sets the invoked by this .
The activity action invoked by this .
Gets or sets the first passed to the associated .
The first argument passed to the associated .
Gets or sets the tenth passed to the associated .
The tenth argument passed to the associated .
Gets or sets the eleventh passed to the associated .
The eleventh argument passed to the associated .
Gets or sets the twelfth passed to the associated .
The twelfth argument passed to the associated .
Gets or sets the thirteenth passed to the associated .
The thirteenth In argument passed to the associated .
Gets or sets the fourteenth passed to the associated .
The fourteenth argument passed to the associated .
Gets or sets the fifteenth passed to the associated .
The fifteenth argument passed to the associated .
Gets or sets the second passed to the associated .
The second argument passed to the associated .
Gets or sets the third passed to the associated .
The third argument passed to the associated .
Gets or sets the fourth passed to the associated .
The fourth argument passed to the associated .
Gets or sets the fifth passed to the associated .
The fifth argument passed to the associated .
Gets or sets the sixth passed to the associated .
The sixth argument passed to the associated .
Gets or sets the seventh passed to the associated .
The seventh argument passed to the associated .
Gets or sets the eighth passed to the associated .
The eighth argument passed to the associated .
Gets or sets the ninth passed to the associated .
The ninth argument passed to the associated .
Invokes an activity's handler.
The data type of the first passed to the .
The data type of the second passed to the .
The data type of the third passed to the .
The data type of the fourth passed to the .
The data type of the fifth passed to the .
The data type of the sixth passed to the .
The data type of the seventh passed to the .
The data type of the eighth passed to the .
The data type of the ninth passed to the .
The data type of the tenth passed to the .
The data type of the eleventh passed to the .
The data type of the twelfth passed to the .
The data type of the thirteenth passed to the .
The data type of the fourteenth passed to the .
The data type of the fifteenth passed to the .
The data type of the sixteenth passed to the .
Initializes a new instance of the class.
Gets or sets the invoked by this .
The activity action invoked by this .
Gets or sets the first passed to the associated .
The first argument passed to the associated .
Gets or sets the tenth passed to the associated .
The tenth argument passed to the associated .
Gets or sets the eleventh passed to the associated .
The eleventh argument passed to the associated .
Gets or sets the twelfth passed to the associated .
The twelfth argument passed to the associated .
Gets or sets the thirteenth passed to the associated .
The thirteenth argument passed to the associated .
Gets or sets the fourteenth passed to the associated .
The fourteenth argument passed to the associated .
Gets or sets the fifteenth passed to the associated .
The fifteenth argument passed to the associated .
Gets or sets the sixteenth passed to the associated .
The sixteenth argument passed to the associated .
Gets or sets the second passed to the associated .
The second argument passed to the associated .
Gets or sets the third passed to the associated .
The third argument passed to the associated .
Gets or sets the fourth passed to the associated .
The fourth argument passed to the associated .
Gets or sets the fifth passed to the associated .
The fifth argument passed to the associated .
Gets or sets the sixth passed to the associated .
The sixth argument passed to the associated .
Gets or sets the seventh passed to the associated .
The seventh argument passed to the associated .
Gets or sets the eighth passed to the associated .
The eighth argument passed to the associated .
Gets or sets the ninth passed to the associated .
The ninth argument passed to the associated .
Invokes an activity's handler.
The data type of the first passed to the .
The data type of the second passed to the .
Initializes a new instance of the class.
Gets or sets the invoked by this .
The invoked by this .
Gets or sets the first passed to the associated .
The first passed to the associated .
Gets or sets the second passed to the associated .
The second passed to the associated .
Invokes an activity's handler.
The data type of the first passed to the .
The data type of the second passed to the .
The data type of the third passed to the .
Initializes a new instance of the class.
Gets or sets the invoked by this .
The invoked by this .
Gets or sets the first passed to the associated .
The first passed to the associated .
Gets or sets the second passed to the associated .
The second passed to the associated .
Gets or sets the third passed to the associated .
The third passed to the associated .
Invokes an activity's handler.
The data type of the first passed to the .
The data type of the second passed to the .
The data type of the third passed to the .
The data type of the fourth passed to the .
Initializes a new instance of the class.
Gets or sets the invoked by this .
The invoked by this .
Gets or sets the first passed to the associated .
The first passed to the associated .
Gets or sets the second passed to the associated .
The second passed to the associated .
Gets or sets the third passed to the associated .
The third passed to the associated .
Gets or sets the fourth passed to the associated .
The fourth passed to the associated .
Invokes an activity's handler.
The data type of the first passed to the .
The data type of the second passed to the .
The data type of the third passed to the .
The data type of the fourth passed to the .
The data type of the fifth passed to the .
Initializes a new instance of the class.
Gets or sets the invoked by this .
The activity action invoked by this .
Gets or sets the first passed to the associated .
The first argument passed to the associated .
Gets or sets the second passed to the associated .
The second argument passed to the associated .
Gets or sets the third passed to the associated .
The third argument passed to the associated .
Gets or sets the fourth passed to the associated .
The fourth argument passed to the associated .
Gets or sets the fifth passed to the associated .
The fifth argument passed to the associated .
Invokes an activity's handler.
The data type of the first passed to the .
The data type of the second passed to the .
The data type of the third passed to the .
The data type of the fourth passed to the .
The data type of the fifth passed to the .
The data type of the sixth passed to the .
Initializes a new instance of the class.
Gets or sets the invoked by this .
The activity action invoked by this .
Gets or sets the first passed to the associated .
The first argument passed to the associated .
Gets or sets the second passed to the associated .
The second argument passed to the associated .
Gets or sets the third passed to the associated .
The third argument passed to the associated .
Gets or sets the fourth passed to the associated .
The fourth argument passed to the associated .
Gets or sets the fifth passed to the associated .
The fifth argument passed to the associated .
Gets or sets the sixth passed to the associated .
The sixth argument passed to the associated .
Invokes an activity's handler.
The data type of the first passed to the .
The data type of the second passed to the .
The data type of the third passed to the .
The data type of the fourth passed to the .
The data type of the fifth passed to the .
The data type of the sixth passed to the .
The data type of the seventh passed to the .
Initializes a new instance of the class.
Gets or sets the invoked by this .
The activity action invoked by this .
Gets or sets the first passed to the associated .
The first argument passed to the associated .
Gets or sets the second passed to the associated .
The second argument passed to the associated .
Gets or sets the third passed to the associated .
The third argument passed to the associated .
Gets or sets the fourth passed to the associated .
The fourth argument passed to the associated .
Gets or sets the fifth passed to the associated .
The fifth argument passed to the associated .
Gets or sets the sixth passed to the associated .
The sixth argument passed to the associated .
Gets or sets the seventh passed to the associated .
The seventh argument passed to the associated .
Invokes an activity's handler.
The data type of the first passed to the .
The data type of the second passed to the .
The data type of the third passed to the .
The data type of the fourth passed to the .
The data type of the fifth passed to the .
The data type of the sixth passed to the .
The data type of the seventh passed to the .
The data type of the eighth passed to the .
Initializes a new instance of the class.
Gets or sets the invoked by this .
The activity action invoked by this .
Gets or sets the first passed to the associated .
The first argument passed to the associated .
Gets or sets the second passed to the associated .
The second argument passed to the associated .
Gets or sets the third passed to the associated .
The third argument passed to the associated .
Gets or sets the fourth passed to the associated .
The fourth argument passed to the associated .
Gets or sets the fifth passed to the associated .
The fifth argument passed to the associated .
Gets or sets the sixth passed to the associated .
The sixth argument passed to the associated .
Gets or sets the seventh passed to the associated .
The seventh argument passed to the associated .
Gets or sets the eighth passed to the associated .
The eighth argument passed to the associated .
Invokes an activity's handler.
The data type of the first passed to the .
The data type of the second passed to the .
The data type of the third passed to the .
The data type of the fourth passed to the .
The data type of the fifth passed to the .
The data type of the sixth passed to the .
The data type of the seventh passed to the .
The data type of the eighth passed to the .
The data type of the ninth passed to the .
Initializes a new instance of the class.
Gets or sets the invoked by this .
The activity action invoked by this .
Gets or sets the first passed to the associated .
The first argument passed to the associated .
Gets or sets the second passed to the associated .
The second argument passed to the associated .
Gets or sets the third passed to the associated .
The third argument passed to the associated .
Gets or sets the fourth passed to the associated .
The fourth argument passed to the associated .
Gets or sets the fifth passed to the associated .
The fifth argument passed to the associated .
Gets or sets the sixth passed to the associated .
The sixth argument passed to the associated .
Gets or sets the seventh passed to the associated .
The seventh argument passed to the associated .
Gets or sets the eighth passed to the associated .
The eighth argument passed to the associated .
Gets or sets the ninth passed to the associated .
The ninth argument passed to the associated .
Invokes the specified .
Creates a new instance of the class.
Gets or sets the default activity when invoke is not required.
The default activity.
Gets the to invoke.
The delegate.
The arguments to be passed to the object.
The arguments to be passed to the delegate.
Calls a public method of a specified object or type.
Creates a new instance of the class.
The generic type arguments of the contained method.
The arguments.
The name of the method to be invoked when the activity executes.
The method name.
The parameter collection of the method to be invoked.
The parameter collection.
The return value of the method operation.
The operation's return value.
Gets or sets a value that indicates whether the activity's method is invoked asynchronously.
if the method executes asynchronously.
The object that contains the method to execute.
The object.
The type of the .
The target object type.
Represents the NoPersistScope activity.
Initializes a new instance of the class.
Gets or sets the body of NoPersistScope activity.
The body of NoPersistScope activity.
An activity that executes all child activities simultaneously and asynchronously.
Creates a new instance of the activity.
The child elements to be executed in parallel.
The elements.
Evaluates after any branch completes.
The completion expression.
The collection of contained variables.
The contained variables.
Enumerates the elements of a collection and executes an embedded statement for each element of the collection in parallel.
The type of the values provided in the collection.
Creates a new instance of the class.
The that is executed once for every value contained in the collection.
The contained activity action.
Evaluated after each iteration completes.
The completion expression.
The collection of values used as parameters for each iteration of the activity contained in the .
The collection of values.
Requests that a workflow instance persist.
Creates a new instance of the class.
Provides event-based control flow modeling.
Creates a new instance of the class.
The collection of objects that the activity potentially executes one of, based on incoming events.
The branch collection.
A potential path of execution within a activity.
Creates a new instance of the activity.
The to execute if this branch is triggered for execution.
The activity to execute.
The name of this branch to be displayed in the activity designer.
The branch name.
The activity whose completion activates this pick branch.
The triggering activity.
The collection of user-defined variables associated with this activity.
The variable collection.
Removes an item from a specified collection.
The type of elements in the specified collection.
Creates a new instance of the class.
The collection from which to remove the .
The collection.
The item to remove from the specified .
The item to remove.
Throws a previously thrown exception from within a activity.
Creates a new instance of the activity.
Executes a set of child activities according to a single, defined ordering.
Creates a new instance of the class.
The collection of contained activities to be executed in sequence.
The activities.
The collection of contained variables.
The collection of variables.
Models the state which a state machine can be in.
Initializes a new instance of the class.
Gets or sets an optional friendly name that is used for debugging, validation, exception handling, and tracking.
Returns .
Gets or sets the activity performed when entering the state.
Returns .
Gets or sets the activity performed when exiting the state.
Returns .
Gets or sets whether the state is a final state.
Returns .
Gets the collection of transitions that come from this state.
Returns .
Gets the collection of variable objects associated with the state.
Returns .
Models workflows using the familiar state machine paradigm.
Initializes a new instance of the class.
Gets or sets the start state of the .
Returns .
Gets the collection of all root level states in the .
Returns .
Gets the collection of variables which can be used within the scope.
Returns .
Selects one choice from a number of activities to execute, based on the value of a given expression of the type specified in this object's type specifier.
The type of the values provided in the collection.
Creates a new instance of the class.
Creates a new instance of the class with the specified expression.
The expression to evaluate and compare against the values in the dictionary.
Creates a new instance of the class with the specified expression.
The expression to evaluate and compare against the values in the dictionary.
Creates a new instance of the class with the specified expression.
The expression to evaluate and compare against the values in the dictionary.
Represents the dictionary of potential execution paths. Each entry contains a key and an activity that is executed when the result of the expression matches the key.
The execution paths.
Represents the activity that is executed if no keys of entries in the collection match the property.
The default activity to execute.
Gets the object to compare to the keys in the collection.
The object to compare to the keys in the collection.
Terminates the running workflow instance, raises the event in the host, and reports error information. Once the workflow is terminated, it cannot be resumed.
Creates a new instance of the class.
Gets or sets the exception that provoked the instance termination.
The exception.
A string input argument with the reason for the workflow instance termination.
The reason for workflow termination.
Throws an exception.
Creates a new instance of the class.
The exception thrown by the activity.
The exception.
Abstract base class for timer extensions.
When implemented in a derived class, creates a new instance of the derived class.
Removes a timer.
The bookmark associated with the timer.
Called by the method.
The bookmark associated with the timer.
Called by the method.
The duration of the timer.
The bookmark associated with the timer, to be resumed when the timer expires.
Creates a timer with the specified duration and associated.
The duration of the timer.
The bookmark associated with the timer, to be resumed when the timer expires.
When added to the queries, subscribes to state machine state execution records.
Initializes a new instance of the class.
Gets the name that distinguishes this tracking record.
Returns .
Represents a tracking record that is created when an state machine instance transitions to a state.
Initializes a new instance of the class.
Gets the display name of the state machine activity that contains the state.
Returns .
Gets the display name of executing state when the record is generated.
Returns .
An activity that demarcates a transaction boundary.
Initializes a new instance of the class.
Gets or sets the value that indicates whether the workflow should be aborted if the transaction aborts.
if the workflow should be aborted.
Gets or sets the activity that is scheduled when the executes.
The activity that is scheduled when the executes.
Gets or sets the for this .
The for this .
Indicates whether the for this should be serialized.
if the property value should be serialized; otherwise, .
Indicates whether the for this should be serialized.
if the property value should be serialized; otherwise, .
Gets or sets the that indicates the timeout period for the transaction used for this .
The that indicates the timeout period for the transaction used for this .
Models the list of possible state changes.
Initializes a new instance of the class.
Gets or sets the activity performed during a transition.
Returns .
Specifies the condition the transition is testing when the trigger activity is activated.
A Boolean value expression that represents the condition.
Gets or sets an optional friendly name that is used for debugging, validation, exception handling, and tracking.
Returns .
Gets or sets the next state in the state machine to execute after the transition is completed.
Returns .
Gets or sets the activity whose completion activates this transition.
Returns .
Contains activities to be executed by the workflow runtime in an exception handling block.
Creates a new instance of the class.
The collection of elements to be checked when the activity throws an exception.
The catch collection.
The activity to be executed when the and any necessary activities in the collection complete execution.
The activity that represents the logic.
The activity first executed when the executes.
The activity.
The collection of contained variables.
The collection of variables.
Executes a contained activity while a condition evaluates to .
Creates a new instance of the activity.
Creates a new instance of the activity.
The condition under which the activity iterates.
Creates a new instance of the activity.
The condition under which the activity iterates.
The to execute in the loop.
The activit to execute.
The to be evaluated before each iteration of the loop.
The condition.
The collection of objects associated with the activity.
The collection of variables.
The exception that is thrown when an operation is invoked on a terminated .
Initializes a new instance of the class using default values.
Initializes a new instance of the class with serialized data.
The that holds the serialized object data about the exception being thrown.
The that contains contextual information about the source or destination.
Initializes a new instance of the class with a specified error message.
The error message that explains the reason for the exception.
Initializes a new instance of the class with a specified error message and a reference to the inner exception that is the cause of this exception.
The error message that explains the reason for the exception.
The exception that is the cause of the current exception, or a null reference ( in Visual Basic) if no inner exception is specified.
Writes a specified string to a specified object.
Creates a new instance of the class.
The text to write.
The text.
The to write the to.
The text writer.
Contains information on a tracked .
Initializes a new instance of the class using the specified name, ID, instance ID and type name.
The name of the activity.
The activity ID.
The instance ID of the activity.
The type name of the activity.
Gets the ID for the activity.
The activity ID.
Gets the run-time ID of the activity instance.
The instance ID of the activity.
Gets the name associated with the activity
The activity name.
Gets a string representation of the object
The activity name, ID, instance ID and type name.
Gets the type name of the activity.
The type name of the activity.
When added to the collection, subscribes to activity scheduled records when the tracking profile is created to subscribe to tracking records.
Creates a new instance of the class.
Gets the name of the activity that the tracking query subscribes from.
The name of the activity that schedules this activity.
Gets the name of the scheduled activity that the tracking query subscribes to.
The name of the scheduled activity.
Represents a tracking record of an activity being scheduled for execution.
Initializes a new instance of the class using the specified instance ID, record number, activity and child activity.
The instance ID of the scheduled activity.
A sequence that indicates the order in which tracking records are generated.
The activity issuing the scheduled execution request.
The scheduled activity.
Gets the for the activity.
The activity information.
Gets the for the child activity
The child activity information.
Returns a string that contains all of the details of the .
The tracking record details.
When added to the , subscribes to activity state records.
Creates a new instance of the class.
Gets the name of the activity that the tracking record is subscribed from.
The activity name.
Gets the collection of arguments associated with this activity query.
A collection of arguments.
Gets the states of the subscribed activity for which a tracking record should be emitted.
A collection of states.
Gets the collection of variables associated with this activity query.
A collection of variables.
Represents a tracking record that is created when an activity changes state.
Initializes a new instance of the class using the specified instance ID, record number, activity and activity state.
The instance ID of the activity.
A sequence that defines the order in which tracking records are generated.
The activity.
The activity state.
Gets an that contains information on the activity when the record is generated.
The activity information.
Gets the current values of the tracked arguments associated with the activity when the record is generated.
A containing the arguments.
Gets the current state of the activity when the record is generated.
The activity state.
Returns a string that contains all the details of the tracking record.
The tracking data.
Gets the current values of the tracked variables associated with the activity when the record is generated.
The current values.
Specifies the state of an activity.
The activity state is canceled.
The activity state is closed.
The activity state is executing.
The activity state is faulted.
When added to the collection, subscribes to bookmark resumption records when the tracking profile is queried for objects.
Creates a new instance of the class.
Gets or sets the name of the bookmark record to subscribe to.
The bookmark name.
Contains the data sent to a tracking participant by the run-time tracking infrastructure when a is resumed.
Initializes a new instance of the class using the specified instance ID, record number, bookmark scope, bookmark name and owner.
The instance ID of the associated activity.
A sequence that defines the order in which tracking records are generated.
The ID of the associated activity's .
The bookmark name.
The activity that was waiting for the bookmark to be resumed.
Gets the name of the that is resumed by the workflow execution engine.
The name of the that is referenced by this .
Gets the scope ID of the that is associated with this bookmark.
The scope ID.
Gets information on the object that was waiting for the bookmark to be resumed.
The activity information.
Gets the value that was supplied when the was resumed.
The value that was supplied when the was resumed.
Returns a that represents the current object.
The current object.
When added to the collection, subscribes to cancellation request records when the tracking profile is queried for tracking records.
Creates a new instance of the object.
The name of the activity that is requesting the cancellation.
The activity name.
The name of the child activity for which cancellation was requested.
The child activity name.
Represents the data sent by the workflow runtime to tracking participants when or is called.
Creates a new instance of the class using the specified instance ID, record number, activity and child activity.
The instance ID of the activity that generated the event.
A sequence that defines the order of generated tracking events.
The activity issuing the cancellation request.
The activity to be canceled.
Gets the of the activity requesting the cancellation.
The activity information.
Gets the of the activity to be canceled.
The activity information.
Returns a string that represents the current object.
The tracking data.
When added to the , subscribes to custom tracking records when the tracking profile is queried for custom records.
Creates a new instance of the class.
Gets or sets the name of the activity that generated the tracking record.
The name of the activity that emits the custom tracking record.
Gets or sets the name of the custom tracking record that is emitted.
The custom tracking record name.
Contains the data sent to a tracking participant by the run-time tracking infrastructure when a custom tracking record is raised.
Creates a new instance of the class based on information from the specified instance.
The custom tracking record instance to use.
Creates a new instance of the class with the specified instance ID, custom tracking record name, and trace level.
The ID of the activity.
The name of the custom tracking record.
The trace level used by the tracking record.
Creates a new instance of the class with the specified custom tracking record name.
The name of the custom tracking record.
Creates a new instance of the class with the specified custom tracking record name and trace level.
The name of the custom tracking record.
The trace level used by the tracking record.
Returns the of the activity associated with this record.
The activity information.
Creates a copy of the .
A copy of the instance.
Gets the user-defined data associated with this tracking record.
The user-defined data.
Gets the name that distinguishes this tracking record.
The name that distinguishes this tracking record.
Returns a string that contains the tracking record data.
The tracking record data.
A consumer of workflow tracking data that emits an Event Tracking for Windows (ETW) event to an ETW session that contains the data from the tracking record.
Creates a new instance of the class.
Gets the reference value used by the ETW provider created by this tracking participant.
The reference value.
Gets the provider ID used by the ETW provider created by this tracking participant.
The provider ID.
When added to the collection, subscribes to fault propagation records when the tracking profile is queried for tracking records.
Creates a new instance of the class.
Gets the name of the fault hander activity that propagated the fault.
The activity name.
Gets the name of the activity that was the source of the fault.
The activity name
Contains the data sent to a tracking participant by the run-time tracking infrastructure when a fault is propagated from a workflow activity.
Creates a new instance of the class.
The instance ID of the activity that generated the event.
A sequence that defines the order in which tracking events are generated.
The activity that is the source of the fault.
The activity that is the fault handler.
if this handler is the first handler of the fault; if this handler is a subsequent handler of the fault.
The exception details.
Get the exception data contained in the fault.
The exception data.
Gets the of the fault handler.
The activity information.
Gets the of the activity that generated the fault.
The activity information.
A value that indicates whether this handler is the first handler for the fault.
if this is the first handler for the exception. if this handler is a subsequent handler for the fault.
Returns a string that represents the current object.
The tracking data.
Describes the visibility modes within a tracking profile.
All tracking records are emitted.
Only the root activity and its implementation for the workflow is emitted.
The base class for workflow extensions that interact with the workflow tracking infrastructure and access tracking records.
When implemented in a derived class, creates a new instance of the derived class.
When implemented in a derived class, begins asynchronous processing of the tracking record.
The generated tracking record.
The time period after which the provider aborts the attempt.
The method to be called on completion of the operation.
A user-defined object that uniquely identifies this asynchronous operation.
The result of the operation.
When implemented in a derived class, represents the end of an asynchronous tracking operation.
The status of the operation.
When implemented in a derived class, used to synchronously process the tracking record.
The generated tracking record.
The time period after which the provider aborts the attempt.
The tracking profile object used by the tracking participant. Before adding the tracking participant to the workflow extensions, the tracking profile is set on the participant.
The tracking profile.
Creates a subscription to workflow tracking records in a .
Creates a new instance of the class.
Gets or sets the activity definition ID of the tracking profile.
The activity definition ID.
Gets or sets a value that filters tracking records emitted from nested activities within a top level activity (activities that compose the implementation of another activity.)
An object that indicates the scope of records to be filtered.
The default value is .
Gets the display name of the tracking profile.
The profile name.
Gets the collection of objects that define the records to which this tracking profile subscribes.
The collection of queries.
The base class for all tracking queries. Tracking queries are used to create a subscription definition for a .
When implemented in a derived class, creates a new instance of the derived class.
A collection of data in the form of name/value pairs that is included with data that is returned by this query.
The collection of annotations.
The abstract class from which all workflow tracking records derive. Tracking records represent the data sent to tracking participants when tracked events occur.
When implemented in a derived class, creates a new instance of the derived class with the specified instance tracking record.
The tracking record of the generating activity.
When implemented in a derived class, creates a new instance of the derived class with the specified instance ID.
The ID of the generating workflow instance.
When implemented in a derived class, creates a new instance of the derived class with the specified instance ID and record number.
The ID of the generating workflow instance.
A sequence that defines the order in which tracking records are generated.
When implemented in a derived class, represents a collection of name/value pairs that are added to this tracking record.
The dictionary of elements to be added to this tracking record.
Creates a copy of the .
A copy of the .
When implemented in a derived class, represents the time the tracking record occurred.
The event time.
When implemented in a derived class, represents the ID of the generating workflow instance.
The element ID.
Gets the of the event.
The trace level.
A sequence that defines the order in which tracking records are generated.
The sequence order.
When implemented in a derived class, returns a string that contains all tracking data from the record.
The tracking data.
Contains the data sent to a tracking participant by the run-time tracking infrastructure when a workflow instance is aborted.
Creates a new instance of the class.
The instance ID of the aborted workflow.
A sequence that defines the order in which tracking records are generated.
The display name of the root workflow activity.
The reason the workflow was aborted.
Creates a new instance of the class.
The instance ID of the aborted workflow.
A sequence that defines the order in which tracking records are generated.
The display name of the root workflow activity.
The reason the workflow was aborted.
The information about the workflow identity.
Creates a new instance of the class.
The instance ID of the aborted workflow.
The display name of the root Workflow Activity.
The reason the workflow was aborted.
Creates a new instance of the class.
The instance ID of the aborted workflow.
The display name of the root workflow activity.
The reason the workflow was aborted.
The information about the workflow identity.
Gets a string that describes why the workflow was aborted.
The reason the workflow was aborted.
Returns a string that contains the tracking record data.
The tracking record data.
When added to the collection, subscribes to workflow instance records when the tracking profile is created to subscribe to tracking records.
Creates a new instance of the class.
The subscribed states from the tracked workflow instance when the tracking records are created.
The workflow states.
Contains the data sent to a tracking service by the run-time tracking infrastructure when a workflow instance changes state.
Creates a new instance of the class from an existing instance.
The instance of the workflow instance record to use.
Creates a new instance of the class.
The instance ID of the generating workflow instance.
A sequence that defines the order in which tracking events are generated.
The display name of the root activity of the workflow.
The current state of the workflow when the record is generated.
Creates a new instance of the class.
The instance ID of the generating workflow instance.
A sequence that defines the order in which tracking events are generated.
The display name of the root activity of the workflow.
The current state of the workflow when the record is generated.
The information about the workflow identity.
Creates a new instance of the class.
The instance ID of the generating workflow instance.
The display name of the root activity of the workflow.
The current state of the workflow when the record is generated.
Creates a new instance of the class.
The instance ID of the generating workflow instance.
The display name of the root activity of the workflow.
The current state of the workflow when the record is generated.
The information about the workflow identity.
Returns the display name of the root activity of the workflow that generated this record.
The activity definition ID.
Creates a deep copy of .
A deep copy of the .
The current state of the workflow when the record is generated.
The workflow state.
Returns a string that contains the tracking record data.
The tracking data.
Gets or sets the information about the workflow identity.
The information about the workflow identity.
Specifies the state of a workflow instance.
The workflow instance is aborted.
The workflow instance is canceled.
The workflow instance is completed.
The workflow instance is deleted.
The workflow instance is idle.
The workflow instance is persisted.
The workflow instance is resumed.
The workflow instance is started.
The workflow instance is suspended.
The workflow instance is terminated.
The workflow instance encountered an unhandled exception.
The workflow instance is unloaded.
The workflow instance is unsuspended.
The workflow instance is updated.
The workflow instance failed to update.
Contains the data sent to a tracking participant by the run-time tracking infrastructure when a workflow instance is suspended.
Creates a new instance of the class.
The instance ID of the suspended workflow.
A sequence that defines the order in which tracking records are generated.
The display name of the root activity of the workflow.
The reason the workflow was suspended.
Creates a new instance of the class.
The instance ID of the suspended workflow.
A sequence that defines the order in which tracking records are generated.
The display name of the root activity of the workflow.
The reason the workflow was suspended.
The information about the workflow identity.
Creates a new instance of the class.
The instance ID of the suspended workflow.
The display name of the root activity of the workflow.
The reason the workflow was suspended.
Creates a new instance of the class.
The instance ID of the suspended workflow.
The display name of the root activity of the workflow.
The reason the workflow was suspended.
The information about the workflow identity.
Gets a string that describes why the workflow instance was suspended.
The reason the workflow was suspended.
Returns a string that contains the tracking record data.
The tracking record data.
Contains the data sent to a tracking participant by the run-time tracking infrastructure when a workflow is terminated.
Creates a new instance of the class.
The instance ID of the terminated workflow.
A sequence that defines the order in which tracking records are generated.
The display name of the root activity of the workflow.
The reason the workflow was terminated.
Creates a new instance of the class.
The instance ID of the terminated workflow.
A sequence that defines the order in which tracking records are generated.
The display name of the root activity of the workflow.
The reason the workflow was terminated.
The information about the workflow identity.
Creates a new instance of the class.
The instance ID of the terminated workflow.
The ID of the activity definition.
The reason the workflow was terminated.
Creates a new instance of the class.
The instance ID of the terminated workflow.
The display name of the root activity of the workflow.
The reason the workflow was terminated.
The information about the workflow identity.
Gets a string that describes why the workflow instance was terminated.
The reason the workflow was terminated.
Returns a string that contains the tracking record data.
The tracking record data.
Contains the data sent to a tracking participant by the run-time tracking infrastructure when a workflow instance encounters an unhandled exception.
Creates a new instance of the class.
The instance ID of the generating workflow instance.
A sequence that defines the order in which tracking events are generated.
The display name of the root activity of the workflow.
The activity that generated the fault.
The unhandled exception data.
Creates a new instance of the class.
The instance ID of the generating workflow instance.
A sequence that defines the order in which tracking events are generated.
The display name of the root activity of the workflow.
The activity that generated the fault.
The unhandled exception data.
The information about the workflow identity.
Creates a new instance of the class.
The instance ID of the generating workflow instance.
The activity definition ID of the generating workflow activity.
The activity that generated the fault.
The unhandled exception data.
Creates a new instance of the class.
The instance ID of the generating workflow instance.
The display name of the root activity of the workflow.
The activity that generated the fault.
The unhandled exception data.
The information about the workflow identity.
Returns the activity that generated the fault.
The faulting activity.
Returns the tracking record data.
The tracking data.
Gets the unhandled exception data.
The exception data.
Specifies information about an updated record.
Initializes a new instance of the class.
The instance identification of the generating workflow.
A sequence that defines the order in which tracking event are generated.
The display name of the root activity of the workflow.
The original definition identity of the workflow.
The updated definition identity of the workflow.
Initializes a new instance of the class.
The instance identification of the generating workflow.
A sequence that defines the order in which tracking event are generated.
The display name of the root activity of the workflow.
The original definition identity of the workflow.
The updated definition identity of the workflow.
The blocking activities of the workflow.
Initializes a new instance of the class.
The instance identification of the generating workflow.
The display name of the root activity of the workflow.
The original definition identity of the workflow.
The updated definition identity of the workflow.
Initializes a new instance of the class.
The instance identification of the generating workflow.
The display name of the root activity of the workflow.
The original definition identity of the workflow.
The updated definition identity of the workflow.
The blocking activities of the workflow.
Gets or sets the list of blocking activities for the instance of updated record.
The list of blocking activities.
Gets a value that indicates whether the updated record of workflow instance is successful.
if the updated record of workflow instance is successful; otherwise, .
Gets or sets the original definition of the workflow identity.
The original definition of the workflow identity.
Returns a string that contains the tracking record data.
A string that contains the tracking record data.
Specifies the action that occurs when an exception escapes the root of a workflow.
Specifies that the should abort the workflow.
Specifies that the should schedule the cancellation of the root activity and resume execution.
Specifies that the should schedule termination of the root activity and resume execution.
Provides the functionality to validate a workflow.
Retrieves the workflow activity with the specified ID in the specified workflow.
The root workflow activity that contains the activity element to access.
An identifier that is associated with an activity.
A workflow activity.
Verifies that a workflow activity is correctly configured according to the validation logic. This logic can be the method of the activities to validate, or build and policy constraints.
An element from a workflow activity tree.
A collection of validation errors, each of which can contain the name of the validated activity, a descriptive message, an error code, and other information.
Verifies that a workflow activity is correctly configured according to the validation logic. This logic can be the cacheMetadata method of the activities to validate, or build and policy constraints.
An activity from a workflow activity tree.
An object that determines the behavior of the validation method on the workflow , can suppress the internal validation logic, and can also contain the policy constraints.
A collection of validation errors, each of which can contain the name of the activity that is configured incorrectly, a descriptive message, an error or warning code , and other information.
Add a specified activity validation error to the activity before execution.
Creates a new instance of the class.
Gets or sets a value that indicates whether the validation error that occurred is a warning and not an error.
if the error that occurred is a warning and not an error; otherwise .
Gets or sets an alphanumeric string that contains a description of the error.
A description of the error.
Gets or sets the name of the property that caused the error.
The name of the property that caused the error.
Adds a constraint violation to a list of constraint violations if the Assertion condition evaluates to false.
Creates a new instance of the class.
Gets or sets a value that indicates whether the assert validation resolved to or .
.
Gets or sets the value that indicates whether the result of the assert validation is a warning or an error.
.
Gets or sets the text string that states the results of the assert validation.
.
Gets or sets the name of the property associated with the assert violation.
An InArgument that contains the name of the property associated with the assert violation.
Handles the validation constraint that is used for validating an activity.
Adds a validation error to a list of run-time validation errors that are attached to the execution context.
The workflow activity execution environment.
A validation error that occurs during a workflow runtime.
Creates a object that contains runtime arguments for the workflow validation process.
A object that becomes the container for a list of validation runtime arguments.
Invokes the process that validates an activity.
The workflow activity execution environment.
When implemented by a derived class, validates the specified object using the specified native activity and validation contexts.
The workflow activity execution.
The activity to be validated.
The context of the activity to be validated.
The name for an activity constraint property that is a list of workflow run-time validation errors.
Handles a constraint used for validating an element of type T.
The type of the element to be validated.
Creates a new instance of the class.
Gets or sets the validation logic.
An delegate.
Retrieves workflow child activities from an instance of an activity.
Creates a new instance of the class.
Gets or sets the property that serves as an argument into an activity and provides the activity with the information required for its validation process.
An argument to an activity that provides information for its validation process.
Retrieves the collection of all activities which belong to the parent axis of an activity.
Creates a new instance of the class.
Gets or sets the property that serves as an argument into an activity and provides the activity with the information required for its validation process.
An argument to an activity that provides information for its validation process.
Retrieves a workflow tree from an instance of an activity.
Creates a new instance of the class.
Gets or sets the property that serves as an argument into an activity and provides the activity with the information required for its validation process.
An argument to an activity that provides information for its validation process.
Generates results based on the correct context for the current node in the workflow tree.
Represents an instance of a validation error that occurs before execution of the workflow.
Creates a new instance of the class using the specified error message.
The information about the error.
Creates a new instance of the class using the specified error message and warning indication.
The error message.
if the error is a warning; otherwise, .
Creates a new instance of the class using the specified error message, warning indicator, and name of the property that caused the error.
The error message.
An indicator whether the error is a warning.
The alphanumeric name of the property that generated the error.
Creates a new instance of the class using the specified error message, warning indicator, name of the property and the source detail that caused the error.
The error message.
An indicator whether the error is a warning.
The alphanumeric name of the property that generated the error.
The detail about the source of the error.
A unique alphanumeric identifier for the that is the source of the error. This identifier is unique for each activity in a specific workflow.
An identifier for the activity that is the source of the error.
Gets a value that indicates whether the validation error is a warning and not an error.
if the validation error is a warning; otherwise .
Gets an alphanumeric message that provides information about the validation error.
A message that provides information about the validation error.
Gets the alphanumeric name of the property that generated the error.
A name of the property that generated the error.
Gets the activity that is the source of the error.
An activity that is the source of the error.
Gets the detail about the source of the error.
The detail about the source of the error.
Converts the validation error property names and values into a message string that lists them.
A string representation of the validation error.
Containts all validation errors generated by while validating a workflow. These errors are contained in the and collections.
Initializes a new instance of the class.
The collection of validation errors and warnings.
Gets a read-only collection of workflow validation errors.
A read-only collection of validation errors.
Gets a read-only collection of workflow validation warnings.
A read-only collection of validation warnings.
Represents a collection of settings that customize the behavior that will exhibit. It also enables the activity user to apply policy constraints to a workflow.
Creates a new instance of the class.
Gets a dictionary of type-constraint pairs. Each additional constraint added to the dictionary will be applied to every activity of the specify type in the workflow to validate.
A dictionary type list of constraints and types.
Gets or sets the cancellation token used to notify should the activity be cancelled.
The cancellation token used to notify should the activity be cancelled.
Gets or sets the environment of variables and arguments associated with this validation settings.
The environment of variables and arguments associated with this validation settings.
Gets or sets a value that indicates whether the additional validation constraints are to be used exclusively to validate the workflow. If set to , all the validation contained inside the activity itself will be ignored.
if the additional constraints are to be used exclusively; otherwise, .
Gets or sets a value that indicates whether this instance is prepared for runtime.
if this instance is prepared for runtime; otherwise, .
Gets or sets a value that indicates whether the supplied activity and all the children and sub-children of the supplied activity are validated, or if the validator should validate only to the supplied activity.
if an element is being validated without validating its child elements; otherwise, if the element and its children and sub-children are being validated.
Gets or sets a value that indicates whether the root configuration is not subject for validation.
if the root configuration is not subject for validation; otherwise, .
The exception that is thrown when a workflow or activity is in an invalid state.
Initializes a new instance of the class using default values.
Initializes a new instance of the class with serialized data.
The that holds the serialized object data about the exception being thrown.
The that contains contextual information about the source or destination.
Initializes a new instance of the class with a specified error message.
The error message that explains the reason for the exception.
Initializes a new instance of the class with a specified error message and a reference to the inner exception that is the cause of this exception.
The error message that explains the reason for the exception.
The exception that is the cause of the current exception, or a null reference ( in Visual Basic) if no inner exception is specified.
The abstract base class from which the workflow data member support class derives.
Initializes and returns new instance of the class.
The name for the .
The type for the .
The configuration options for the .
The new variable.
Gets or sets the that represents the default value for this .
The default value for this .
Gets the value of the using the specified .
The current execution context.
The value of the .
Gets the for this .
The activity context of the executing activity.
The location for this .
Gets or sets the value for this .
The variable modifier value for this .
Gets or sets the name of the .
The name of the .
Gets the name of the .
The name of the .
Sets the value of the using the specified .
The current execution context.
The new value.
Represents a variable in a workflow.
The of the .
Initializes a new instance of the class.
Initializes a new instance of the class with the default expression.
The default expression.
Initializes a new instance of the class with the variable name.
The variable name.
Initializes a new instance of the class with the variable name and default value.
The variable name.
The default value.
Initializes a new instance of the class with the variable name and default expression.
The variable name.
The default expression.
Gets or sets the that represents the default value for this .
The default value for this .
Gets the value of the variable using the specified .
The activity context of the executing activity.
The value of the variable.
Returns the of the variable.
The activity context that contains the location of the variable.
The location of the variable.
Sets the value of the variable.
The activity context of the executing activity.
The value of the variable.
Specifies the way the workflow runtime treats objects.
The is mapped for persistence.
No modifiers are specified for the .
The value for the cannot be changed.
Specifies information about a version mismatch exception.
Initializes a new instance of the class.
Initializes a new instance of the class using expected version and actual version.
The version that is expected.
Actual version from the file.
Initializes a new instance of the class using info and context.
The SerializationInfo that holds the serialized object data about the exception being thrown.
The StreamingContext that contains contextual information about the source or destination.
Initializes a new instance of the class using a message.
The error message that explains the reason for the exception.
Initializes a new instance of the class using the message, expected version and actual version.
The error message that explains the reason for the exception.
The version that is expected.
Actual version from the file.
Initializes a new instance of the class.
The error message that explains the reason for the exception.
The version that is expected.
Actual version from the file.
The exception that is the cause of the current exception.
Initializes a new instance of the class.
The error message that explains the reason for the exception.
The exception that is the cause of the current exception.
Gets or sets the actual version from the mismatch exception.
The actual version from the mismatch exception.
Gets or sets the version of mismatch exception that is expected.
The version of mismatch exception that is expected.
Sets the SerializationInfo with information about the exception.
The SerializationInfo that holds the serialized object data about the exception being thrown.
The StreamingContext that contains contextual information about the source or destination.
Provides a host for a single instance of a workflow.
Creates a new instance of the class with the specified workflow definition.
The workflow definition.
Creates a new instance of the class with the specified workflow definition and definition identity.
The workflow definition.
The definition identity.
Creates a new instance of the class that uses the specified workflow definition and argument values.
The workflow definition.
The values for arguments defined on the root activity of the workflow definition, keyed by argument name.
Creates a new instance of the class that uses the specified workflow definition and argument values, and definition identity.
The workflow definition.
The definition identity.
The values for arguments defined on the root activity of the workflow definition, keyed by argument name.
Notifies the workflow runtime that this workflow instance should abort.
Notifies the workflow runtime that this workflow instance should abort for the specified reason.
The reason for the request to abort.
Gets or sets the that is invoked when the workflow instance is aborted.
The action that is invoked when the workflow instance is aborted.
Specifies instance metadata values that are included with the first persistence of a new instance.
The metadata values to be included with the first persistence.
Cancels a workflow instance asynchronously using the specified and user-provided state.
The method to be called when the cancel operation has completed.
An optional application-specific object that contains information about the asynchronous operation.
A reference to the asynchronous cancel operation.
Cancels a workflow instance asynchronously using the specified time-out interval, , and user-provided state.
The interval in which the cancel operation must complete before the operation is canceled and a is thrown.
The method to be called when the cancel operation has completed.
An optional application-specific object that contains information about the asynchronous operation.
A reference to the asynchronous cancel operation.
Creates a default instance owner asynchronously using the asynchronous design pattern with specified instance store, definition identity, identity filter, callback and state.
The access to the persisted state of the current instance of the workflow application.
The definition identity.
The identity filter.
The method to be called when the begin load operation has completed.
An optional application-specific object that contains information about the asynchronous operation.
A reference to the asynchronous operation.
Creates a default instance owner asynchronously using the asynchronous design pattern with specified instance store, definition identity, identity filter, timeout interval, callback and state.
The access to the persisted state of the current instance of the workflow application.
The definition identity.
The identity filter.
The interval in which the begin load operation must complete before the operation is canceled and a is thrown.
The method to be called when the begin load operation has completed.
An optional application-specific object that contains information about the asynchronous operation.
A reference to the asynchronous operation.
Deletes a default instance owner asynchronously using the asynchronous design pattern with specified instance store, callback, and state.
The access to the persisted state of the current instance of the workflow application.
The method to be called when the begin load operation has completed.
An optional application-specific object that contains information about the asynchronous operation.
A reference to the asynchronous operation.
Deletes a default instance owner asynchronously using the asynchronous design pattern with specified instance store, timeout interval, callback, and state.
The access to the persisted state of the current instance of the workflow application.
The interval in which the begin load operation must complete before the operation is canceled and a is thrown.
The method to be called when the begin load operation has completed.
An optional application-specific object that contains information about the asynchronous operation.
A reference to the asynchronous operation.
Retrieves an instance owner asynchronously using the asynchronous design pattern with specified instance identifier, instance store, callback, and state.
The instance identifier.
The access to the persisted state of the current instance of the workflow application.
The method to be called when the begin load operation has completed.
An optional application-specific object that contains information about the asynchronous operation.
A reference to the asynchronous operation.
Retrieves an instance owner asynchronously using the asynchronous design pattern with specified instance identifier, instance store, timeout interval, callback, and state.
The instance identifier.
The access to the persisted state of the current instance of the workflow application.
The interval in which the begin load operation must complete before the operation is canceled and a is thrown.
The method to be called when the begin load operation has completed.
An optional application-specific object that contains information about the asynchronous operation.
A reference to the asynchronous operation.
Retrieves a runnable instance owner asynchronously using the asynchronous design pattern with specified instance store, callback, and state.
The access to the persisted state of the current instance of the workflow application.
The method to be called when the begin load operation has completed.
An optional application-specific object that contains information about the asynchronous operation.
A reference to the asynchronous operation.
Retrieves a runnable instance owner asynchronously using the asynchronous design pattern with specified instance store, timeout interval, callback, and state.
The access to the persisted state of the current instance of the workflow application.
The interval in which the begin load operation must complete before the operation is canceled and a is thrown.
The method to be called when the begin load operation has completed.
An optional application-specific object that contains information about the asynchronous operation.
A reference to the asynchronous operation.
Loads a workflow asynchronously from an instance store using the asynchronous design pattern with specified instance, update map, callback and state.
The instance.
The update map.
The method to be called when the begin load operation has completed.
An optional application-specific object that contains information about the asynchronous operation.
A reference to the asynchronous operation.
Loads a workflow asynchronously from an instance store using the asynchronous design pattern with specified instance, update map, timeout interval, callback and state.
The instance.
The update map.
The interval in which the begin load operation must complete before the operation is canceled and a is thrown.
The method to be called when the begin load operation has completed.
An optional application-specific object that contains information about the asynchronous operation.
A reference to the asynchronous operation.
Loads a workflow asynchronously from an instance store using the asynchronous design pattern with specified instance, callback and state.
The instance.
The method to be called when the begin load operation has completed.
An optional application-specific object that contains information about the asynchronous operation.
A reference to the asynchronous operation.
Loads a workflow asynchronously from an instance store using the asynchronous design pattern with specified instance, timeout interval, callback and state.
The instance.
The interval in which the begin load operation must complete before the operation is canceled and a is thrown.
The method to be called when the begin load operation has completed.
An optional application-specific object that contains information about the asynchronous operation.
A reference to the asynchronous operation.
Loads a workflow asynchronously from an instance store using the specified instance identifier, callback method, and user-provided state.
A globally unique 128-bit identifier for the workflow instance.
The method to be called when the begin load operation has completed.
An optional application-specific object that contains information about the asynchronous operation.
The status of an asynchronous operation.
Loads a workflow asynchronously from an instance store using the specified instance identifier, timeout period, callback method, and user-provided state.
A globally unique 128-bit identifier for the workflow instance.
The interval in which the begin load operation must complete before the operation is canceled and a is thrown.
The method to be called when the begin load operation has completed.
An optional application-specific object that contains information about the asynchronous operation.
The status of an asynchronous operation.
Initiates an operation to load a runnable workflow instance from the .
The method to be called when the operation is complete.
An optional application-specific object containing information about the asynchronous operation.
A reference to the asynchronous operation
Initiates an operation to load a runnable workflow instance from the using the specified time-out interval.
The interval in which the load operation must complete before the operation is canceled and a is thrown.
The method to be called when the operation is complete.
An optional application-specific object containing information about the asynchronous operation.
A reference to the asynchronous operation
Persists a workflow instance to an instance store asynchronously using the specified callback method and user-provided state.
The method to be called when the persist operation has completed.
An optional application-specific object that contains information about the asynchronous operation.
A reference to the asynchronous persist operation.
Persists a workflow instance to an instance store asynchronously using the specified time-out interval, callback method, and user-provided state.
The interval in which the persist operation must complete before the operation is canceled and a is thrown.
The method to be called when the persist operation has completed.
An optional application-specific object that contains information about the asynchronous operation.
A reference to the asynchronous persist operation.
Initiates an operation to resume a bookmark using the specified value, callback method, and state.
The bookmark to resume.
An object passed as a parameter to the method that is invoked when the bookmark resumes.
The method to be called when the resume operation has completed.
An optional application-specific object that contains information about the asynchronous operation.
A reference to the asynchronous bookmark resume operation.
Initiates an operation to resume a bookmark using the specified value, time-out interval, callback method, and state.
The bookmark to resume.
An object passed as a parameter to the method that is invoked when the bookmark resumes.
The interval in which the resume operation must complete before the operation is canceled and a is thrown.
The method to be called when the resume operation has completed.
An optional application-specific object that contains information about the asynchronous operation.
A reference to the asynchronous bookmark resume operation.
Initiates an asynchronous operation to resume the bookmark with the specified name, using the specified value, callback method, and state. The bookmark to be resumed is previously created by an activity within the workflow instance.
The name of the bookmark to be resumed.
An object passed as a parameter to the method that is invoked when the bookmark resumes.
The method that is called when the asynchronous operation completes.
The state of execution of a workflow that was preserved by the calling thread before an asynchronous operation began.
The result of the bookmark resumption operation.
Initiates an asynchronous operation to resume the bookmark with the specified name, using the specified value, time-out interval, callback method, and state. The bookmark to be resumed is previously created by an activity within the workflow instance.
The name of the bookmark to be resumed.
An object passed as a parameter to the method that is invoked when the bookmark resumes.
The time interval during which the bookmark must be resumed.
The method that is called when the asynchronous operation completes.
The state of execution of a workflow that was saved by the calling thread before an asynchronous operation began.
The result of the bookmark resumption operation.
Starts or resumes a workflow instance asynchronously using the specified callback method and user-provided state.
The method to be called when the resume operation has completed.
An optional application-specific object that contains information about the asynchronous operation.
A reference to the asynchronous run operation.
Starts or resumes a workflow instance asynchronously using the specified time-out interval, callback method, and user-provided state.
The interval in which the resume operation must complete before the operation is canceled and a is thrown.
The method to be called when the resume operation has completed.
An optional application-specific object that contains information about the asynchronous operation.
A reference to the asynchronous run operation.
Terminates a workflow instance asynchronously using the specified exception, callback method, and user-provided state.
The reason the workflow instance is terminated.
The method to be called when the operation has completed.
An optional application-specific object that contains information about the asynchronous operation.
A reference to the current operation.
Terminates a workflow instance asynchronously using the specified exception, time-out interval, callback method, and user-provided state.
The reason for terminating the workflow instance.
The interval in which the operation must complete before the operation is canceled and a is thrown.
The method to be called when the operation has completed.
An optional application-specific object that contains information about the asynchronous operation.
A reference to the current operation.
Terminates a workflow instance asynchronously using the specified error message, callback method, and user-provided state.
The reason for terminating the workflow instance.
The method to be called when the operation has completed.
An optional application-specific object that contains information about the asynchronous operation.
A reference to the current operation.
Terminates a workflow instance asynchronously using the specified error message, time-out interval, callback method, and user-provided state.
The reason for terminating the workflow instance.
The interval in which the operation must complete before the operation is canceled and a is thrown.
The method to be called when the operation has completed.
An optional application-specific object that contains information about the asynchronous operation.
A reference to the asynchronous operation.
Persists and disposes a workflow instance asynchronously using the specified callback method and user-provided state.
The method to be called when the operation has completed.
An optional application-specific object that contains information about the asynchronous operation.
A reference to the asynchronous operation.
Persists and disposes a workflow instance asynchronously using the specified time-out interval, callback method, and user-provided state.
The interval in which the operation must complete before the operation is canceled and a is thrown.
The method to be called when the operation has completed.
An optional application-specific object that contains information about the asynchronous operation.
A reference to the asynchronous operation.
Cancels the workflow instance.
Cancels the workflow instance using the specified time-out interval.
The interval in which the cancel operation must complete before the operation is canceled and a is thrown.
Gets or sets the that is invoked when the workflow instance completes.
The action that is invoked when the workflow instance is complete.
Creates a default instance owner for the workflow using specified instance store, definition identity, and identity filter.
The access to the persisted state of the current instance of the workflow application.
The definition identity of the workflow.
The identity filter.
Creates a default instance owner for the workflow using specified instance store, definition identity, and identity filter and timeout interval.
The access to the persisted state of the current instance of the workflow application.
The definition identity of the workflow.
The identity filter.
The interval in which the begin load operation must complete before the operation is canceled.
Deletes a default instance owner for the workflow with specified instance store.
The access to the persisted state of the current instance of the workflow application.
Deletes a default instance owner for the workflow with specified instance store and timeout interval.
The access to the persisted state of the current instance of the workflow application.
The interval in which the begin load operation must complete before the operation is canceled.
Waits for the pending asynchronous cancel operation to complete.
The asynchronous cancel operation.
Waits for the creation of default instance owner to complete.
The asynchronous result.
Waits for the deletion of default instance owner to complete.
The asynchronous result.
Waits for the instance retrieval to complete.
The asynchronous result.
The result of the operation.
Waits for the asynchronous retrieval of runnable instance operation to complete.
The asynchronous result.
The result of the operation.
Waits for the pending asynchronous load operation to complete.
The asynchronous load operation.
Waits for the asynchronous load runnable instance operation to complete.
A reference to the asynchronous load operation.
Waits for the pending asynchronous persist operation to complete.
The asynchronous persist operation.
Waits for a bookmark resume operation to complete.
A reference to the asynchronous bookmark resume operation.
One of the enumeration values that indicates the results of a bookmark resumption operation.
Waits for the pending asynchronous run operation to complete.
The asynchronous run operation.
Waits for the pending asynchronous terminate operation to complete.
The asynchronous terminate operation.
Waits for the pending asynchronous unload operation to complete.
The asynchronous unload operation.
Gets the collection of extensions for the current workflow instance.
A collection of objects.
Returns the collection of bookmarks for the workflow instance.
A read-only collection of bookmarks for the workflow instance.
Returns the collection of bookmarks for the workflow instance using the specified time-out interval.
The interval in which this method must complete before the operation is canceled and a is thrown.
A read-only collection of bookmarks for the workflow instance.
Retrieves the workflow instance using specified instance identifier and instance store.
The instance identifier.
The access to the persisted state of the current instance of the workflow application.
The retrieved instance.
Retrieves the workflow instance using specified instance identifier, instance store and timeout interval.
The instance identifier.
The access to the persisted state of the current instance of the workflow application.
The interval in which the begin load operation must complete before the operation is canceled.
A reference to the asynchronous operation.
Retrieves the runnable instance of the workflow with specified instance store.
The access to the persisted state of the current instance of the workflow application
The runnable instance.
Retrieves the runnable instance of the workflow with specified instance store and timeout interval.
The access to the persisted state of the current instance of the workflow application
The interval in which the begin load operation must complete before the operation is canceled.
The runnable instance.
Gets the 128-bit GUID identifier of the current workflow application instance.
A 128-bit GUID identifier.
Gets or sets the that is invoked when the current workflow instance becomes idle.
An action that executes when a workflow instance becomes idle.
Gets or sets an object that provides access to the persisted state of the current instance of the workflow application.
An instance store.
Loads a workflow instance from an instance store with specified instance.
The instance.
Loads a workflow instance from an instance store with specified instance and update map.
The instance.
The update map.
Loads a workflow instance from an instance store with specified instance, update map and timeout interval.
The instance.
The update map.
The interval in which the begin load operation must complete before the operation is canceled.
Loads a workflow instance from an instance store with specified instance and timeout interval.
The instance.
The interval in which the begin load operation must complete before the operation is canceled.
Loads the specified workflow instance into memory from an instance store.
A globally unique 128-bit identifier for the workflow instance.
Loads the specified workflow instance into memory from an instance store using the specified time-out interval.
A globally unique 128-bit identifier for the workflow instance.
The interval in which the load operation must complete before the load operation is canceled and a is thrown.
Loads a runnable workflow instance from the .
Loads a runnable workflow instance from the using the specified time-out interval.
The interval in which the load operation must complete before the operation is canceled and a is thrown.
Gets or sets the that is invoked when the current workflow instance encounters an unhandled exception.
The delegate that is invoked when a workflow instance encounters an unhandled exception.
Persists a workflow instance to an instance store.
Persists a workflow instance to an instance store using the specified time-out interval.
The interval in which the persist operation must complete before the operation is canceled and a is thrown.
Gets or sets the delegate that is invoked when the current workflow instance is idle and can be persisted.
The delegate that is invoked when the current workflow instance is idle and can be persisted.
Initiates an operation to resume the specified bookmark, using the specified value. The bookmark to be resumed is previously created by an activity within the workflow instance.
The bookmark to resume.
An object passed as a parameter to the method that is invoked when the bookmark resumes.
The result of the bookmark resumption operation.
Initiates an operation to resume the specified bookmark, using the specified value and time-out interval. The bookmark to be resumed is previously created by an activity within the workflow instance.
The bookmark to resume.
An object passed as a parameter to the method that is invoked when the bookmark resumes.
The time interval during which the bookmark must be resumed.
The result of the bookmark resumption operation.
Initiates an operation to resume the bookmark with the specified name, using the specified value. The bookmark to be resumed is previously created by an activity within the workflow instance.
The name of the bookmark to be resumed.
An object passed as a parameter to the method that is invoked when the bookmark resumes.
The result of the bookmark resumption operation.
Initiates an operation to resume the bookmark with the specified name, using the specified value and time-out interval. The bookmark to be resumed is previously created by an activity within the workflow instance.
The name of the bookmark to be resumed.
An object passed as a parameter to the method that is invoked when the bookmark resumes.
The time interval during which the bookmark must be resumed.
The result of the bookmark resumption operation.
Begins or resumes the execution of a workflow instance.
Begins or resumes the execution of a workflow instance using the specified time-out interval.
Call this method to initiate execution of a newly created workflow instance.
The interval in which the run operation must complete before the operation is canceled and a is thrown.
Terminates a workflow instance using the specified exception.
The reason for terminating the workflow instance.
Terminates a workflow instance using the specified exception and time-out interval.
The reason for terminating the workflow instance.
The interval in which the operation must complete before the operation is canceled and a is thrown.
Terminates a workflow instance using the specified error message.
The reason for terminating the workflow instance.
Terminates a workflow instance using the specified error message and time-out interval.
The reason for terminating the workflow instance.
The interval in which the operation must complete before the operation is canceled and a is thrown.
Persists and unloads a workflow instance.
Persists and unloads a workflow instance using the specified time-out interval.
The interval in which the unload operation must complete before the operation is canceled and a is thrown.
Gets or sets the that is invoked when the current workflow unloads.
An action that is invoked when a workflow instance is unloaded.
Provides data about an aborted workflow instance.
Gets the exception that provides information about why the workflow instance was aborted
The exception that provides information about why the workflow instance was aborted.
Represents the exception that is thrown when an operation on a workflow instance is not valid because the instance has been aborted.
Creates a new instance of the class.
Creates a new instance of the class with the context and serialization information required to retrieve data about this exception from a serialized stream.
All the information required to serialize or deserialize the abort exception object.
The source and destination of a given serialized stream and an additional caller-defined context.
Creates a new instance of the class with a text string description of the exception.
A description of the abort exception.
Creates a new instance of the class with a text string description of the exception and an additional exception that is the cause of the abort exception.
A description of the abort exception.
An exception that has a causal relationship to the application aborted exception. The application aborted exception is thrown in response to the inner exception and can use information from the inner exception to handle the error more appropriately.
Creates a new instance of the class with a text string description of the abort exception and with a unique identifier for it.
A description of the abort exception.
A globally unique identifier.
Creates a new instance of the class with a text string description of the abort exception, a unique identifier for it, and an additional exception that is the cause of the abort exception.
A description of the abort exception.
A globally unique identifier.
An exception that has a causal relationship to the application aborted exception. The application aborted exception is thrown in response to the inner exception and can use information from the inner exception to handle the error more appropriately.
Provides information about a workflow instance that has completed its execution.
Gets the completion state of the workflow instance, which indicates whether the workflow instance completed successfully, was canceled, or faulted.
The completion state of the workflow instance, which indicates whether the workflow instance completed successfully, was canceled, or faulted.
Gets a dictionary that contains the values of s of the workflow instance's root activity, keyed by argument name.
A dictionary that contains the values of s of the workflow instance's root activity, keyed by argument name.
Gets the exception associated with the termination of the workflow instance.
The exception associated with the termination of the workflow instance.
Represents the exception that is thrown when an operation on a workflow instance is not valid because the instance has completed.
Creates a new instance of the class.
Creates a new instance of the class with the context and serialization information required to retrieve data about this exception from a serialized stream.
All the information required to serialize or deserialize the application completed exception object.
The source and destination of a given serialized stream and an additional caller-defined context.
Creates a new instance of the class with a text string description of the exception.
A description of the application completed exception.
Creates a new instance of the class with a text string description of the exception and with an additional exception that is the cause of the application completed exception.
A description of the application completed exception.
An exception that has a causal relationship to the application completed exception. The application completed exception is thrown in response to the inner exception and can use information from the inner exception to handle the error more appropriately.
Creates a new instance of the class with a text string description of the exception and with a unique identifier for the exception.
A description of the application completed exception.
A globally unique identifier.
Creates a new instance of the class with a text string description of the exception, a unique identifier for it, and an additional exception that is the cause of the application completed exception.
A description of the application completed exception.
A globally unique identifier.
An exception that has a causal relationship to the application completed exception. The application completed exception is thrown in response to the inner exception and can use information from the inner exception to handle the error more appropriately.
A base class for events associated with a .
Gets the collection of extensions of the specified type.
The type of the extension.
The collection of extensions.
The unique identifier of the workflow instance.
A unique identifier.
Provides the base class for handling an error that occurs during the execution of a workflow application.
Creates a new instance of the class.
Creates a new instance of the class with the context and serialization information required to retrieve data about this exception from a serialized stream.
The information required to serialize or deserialize the application exception object.
The source and destination of a given serialized stream, and an additional caller-defined context.
Creates a new instance of the class with a text string description of the exception.
A description of the application exception.
Creates a new instance of the class with a text string description of the exception and with an additional exception that is the cause of the application exception.
A description of the application exception.
An exception that has a causal relationship to the application exception.
Creates a new instance of the class with a text string description of the exception and with a unique identifier for it.
A description of the application exception.
A globally unique identifier.
Creates a new instance of the class with a text string description of the exception, a unique identifier for it, and an additional exception that is the cause of the application exception.
A description of the application exception.
A globally unique identifier.
An exception that has a causal relationship to the application exception.
Sets the specified object with information about the exception.
The information required to serialize or deserialize the abort exception object.
The source and destination of a given serialized stream, and an additional caller-defined context.
Gets the unique identifier for the current exception.
A unique identifier.
Holds information about the workflow instance that has become idle.
Gets the read-only collection of bookmarks for the workflow instance.
A read-only collection of bookmarks.
Specifies information about a workflow application instance.
Causes the state machine to transition to the abandoned state.
Causes the state machine to transition to the abandoned state with the specified timeout value.
The timeout for the abandon operation complete.
Begins an asynchronous abandon operation.
The asynchronous callback delegate that receives the notification of the asynchronous operation completion.
The user-defined state data.
An asynchronous abandon operation.
Begins an asynchronous abandon operation.
The timeout that contains the reason for the abandon operation.
The asynchronous callback delegate that receives the notification of the asynchronous operation completion.
The user-defined state data.
An asynchronous abandon operation.
Returns a value that indicates whether the WorkflowApplicationInstance can apply update.
Updates a map.
The activities blocking update.
if the WorkflowApplicationInstance can apply update; otherwise, .
Gets or sets the definition identity of the workflow.
The definition identity of the workflow.
Completes an asynchronous abandon operation.
The IAsyncResult returned by a call to one of the BeginAbandon methods.
Gets the unique identifier of the workflow instance.
The unique identifier of the workflow instance.
Gets or sets an object that provides access to the persisted state of the current instance of the workflow application.
An object that provides access to the persisted state of the current instance of the workflow application.
An exception that is thrown when an operation on a workflow instance is not valid because the instance has been terminated.
Creates a new instance of the class.
Creates a new instance of the class with the context and serialization information required to retrieve data about this exception from a serialized stream.
All the information required to serialize or deserialize the application terminated exception object.
The source and destination of a given serialized stream and an additional caller-defined context.
Creates a new instance of the class with a text string description of the exception.
A description of the application terminated exception.
Creates a new instance of the class with a text string description of the exception and with an exception that is the cause of the application terminated exception.
A description of the application terminated exception.
An exception that has a causal relationship to the application terminated exception. The application terminated exception is thrown in response to the inner exception and can use information from the inner exception to handle the error more appropriately.
Creates a new instance of the class with a text string description of the exception and with a unique identifier for it.
A description of the application terminated exception.
A globally unique identifier.
Creates a new instance of the class with a text string description of the exception, a unique identifier for it, and an exception that is the cause of the current exception.
A description of the application terminated exception.
A globally unique identifier.
An exception that has a causal relationship to the application terminated exception. The application terminated exception is thrown in response to the inner exception and can use information from the inner exception to handle the error more appropriately.
Provides information about an unhandled exception that occurred in a workflow instance.
Gets the activity that is the source of the unhandled exception.
An activity.
Gets the unique identifier of the activity instance that is the source of the unhandled exception.
An identifier of the activity instance that is the source of the unhandled exception.
Gets the that was unhandled by the workflow instance.
The that was unhandled by the workflow instance.
An exception that is thrown when an operation on a workflow instance is invalid because the instance has been unloaded.
Creates a new instance of the class.
Creates a new instance of the class with the context and serialization information required to retrieve data about this exception from a serialized stream.
All the information required to serialize or deserialize the application unloaded exception object.
The source and destination of a given serialized stream and an additional caller-defined context.
Creates a new instance of the class with the specified text string description of the exception.
The description of the application unloaded exception.
Creates a new instance of the class with the specified text string description of the exception and with a specified exception that has a causal relationship to the .
A description of the application unloaded exception.
An exception that has a causal relationship to the application unloaded exception. The application unloaded exception is thrown in response to the inner exception and can use information from the inner exception to handle the error more appropriately.
Creates a new instance of the class with the specified text string description of the exception and the specified unique identifier for it.
A description of the application unloaded exception.
A globally unique identifier.
Creates a new instance of the class with the specified text string description of the exception, unique identifier for it, and the exception that is the cause of the .
A description of the application unloaded exception.
A globally unique identifier.
An exception that has a causal relationship to the application unloaded exception. The application unloaded exception is thrown in response to the inner exception and can use information from the exception to handle the error more appropriately.
Represents the data context of the current workflow environment and provides a bridge to bring workflow arguments and variables into the scope of Windows Presentation Foundation (WPF) data binding.
Releases the resources used by the .
Returns the collection of properties managed by this .
The collection of properties managed by this .
Occurs when a property value changes.
Maps a persisted workflow instance to its corresponding workflow definition.
Initializes a new instance of the class.
Initializes a new instance of the class using the name, version, and package.
The workflow identity name.
The workflow identity version.
The workflow identity package.
Determines whether the current WorkflowIdentity and the specified WorkflowIdentity are the same.
The WorkflowIdentity to compare.
if the current WorkflowIdentity and the specified WorkflowIdentity are the same; otherwise, .
Determines whether the specified object is equal to the current object.
The object to compare with the current object.
if the specified object is equal to the current object; otherwise. .
Returns the hash code for this workflow identity.
The hash code for this workflow identity.
Gets or sets the name of the workflow identity.
The name of the workflow identity.
Gets or sets the package of the workflow identity.
The package of the workflow identity.
Converts the string representation of the WorkflowIdentity.
A new identity.
The string representation of the WorkflowIdentity.
Returns a string that represents the current object.
A string that represents the current object.
Parses the string and creates a new instance of a WorkflowIdentity.
A new identity.
The result created from the string.
if a WorkflowIdentity instance has been created; otherwise, .
Gets or sets the version of the workflow identity.
The version of the workflow identity.
Specifies the workflow identity filter.
Specifies any workflow identity filter.
Specifies any revision of workflow identity filter.
The exact workflow identity filter.
Provides methods for working with the runtime metadata for an activity tree.
Caches the runtime metadata for the specified activity tree.
The root activity of the activity tree.
Caches the runtime metadata for the specified activity tree using the specified environment.
The root activity of the activity tree.
The environment associated with the activity tree.
Specifies whether the service can include idle activities.
The activity.
if the service can include idle activities; otherwise, .
Returns an that represents all activities associated with the input activity.
The root activity.
An enumeration that represents all activities associated with the input activity.
Retrieves the implementation version of the activity.
The activity.
The implementation version of the activity.
Returns the activity with the specified from the specified activity tree.
The activity tree to search.
The identifier of the activity to find.
The specified activity if found; otherwise, an is thrown.
Provides a means for invoking a workflow as if it were a method call.
Initializes a new instance of the class.
The workflow definition of the workflow to be invoked by this instance of the class.
Invokes a workflow asynchronously using the specified and user-provided state.
The method to be called when the workflow has completed.
An optional application-specific object that contains information about the asynchronous operation.
A reference to the asynchronous invoke operation.
Invokes a workflow asynchronously using the specified of input parameters, , and user-provided state.
The dictionary of input parameters to the workflow, keyed by argument name.
The method to be called when the workflow has completed.
An optional application-specific object that contains information about the asynchronous operation.
A reference to the asynchronous invoke operation.
Invokes a workflow asynchronously using the specified of input parameters, time-out interval, , and user-provided state.
The dictionary of input parameters to the workflow, keyed by argument name.
The interval in which the workflow must complete before it is aborted and a is thrown.
The method to be called when the workflow has completed.
An optional application-specific object that contains information about the asynchronous operation.
A reference to the asynchronous invoke operation.
Invokes a workflow asynchronously using the specified time-out interval, , and user-provided state.
The interval in which the workflow must complete before it is aborted and a is thrown.
The method to be called when the workflow has completed.
An optional application-specific object that contains information about the asynchronous operation.
A reference to the asynchronous invoke operation.
Attempts to cancel the workflow that was invoked with the specified .
The token for the workflow to cancel.
Returns the results of a workflow that was invoked using one of the overloads.
The that references the operation that started the workflow.
A dictionary of the root activity's and values keyed by argument name that represent the outputs of the workflow.
Gets the of extensions that are available to workflows invoked by a instance.
The of extensions that are available to workflows invoked by a instance.
Invokes a workflow synchronously using the workflow definition passed to the constructor.
A dictionary of the root activity's and values keyed by argument name that represent the outputs of the workflow.
Invokes a workflow synchronously using the specified workflow definition.
The workflow definition of the workflow to invoke.
A dictionary of the root activity's and values keyed by argument name that represent the outputs of the workflow.
Invokes a workflow synchronously using the specified workflow definition and of input parameters.
The workflow definition of the workflow to invoke.
The dictionary of input parameters to the workflow, keyed by argument name.
A dictionary of the root activity's and values keyed by argument name that represent the outputs of the workflow.
Invokes a workflow synchronously using the specified workflow definition, of input parameters, and time-out interval.
The workflow definition of the workflow to invoke.
The dictionary of input parameters to the workflow, keyed by argument name.
The interval in which the workflow must complete before it is aborted and a is thrown.
A dictionary of the root activity's and values keyed by argument name that represent the outputs of the workflow.
Invokes a workflow synchronously using the specified workflow definition and time-out interval.
The workflow definition of the workflow to invoke.
The interval in which the workflow must complete before it is aborted and a is thrown.
A dictionary of the root activity's and values keyed by argument name that represent the outputs of the workflow.
Invokes the activity passed to the constructor synchronously with the specified of input parameters.
The dictionary of input parameters to the workflow, keyed by argument name.
A dictionary of the root activity's and values keyed by argument name that represent the outputs of the workflow.
Invokes the activity passed to the constructor synchronously with the specified of input parameters and the specified time-out interval.
The dictionary of input parameters to the workflow, keyed by argument name.
The interval in which the workflow must complete before it is aborted and a is thrown.
A dictionary of the root activity's and values keyed by argument name that represent the outputs of the workflow.
Invokes a workflow synchronously with the specified time-out interval.
The interval in which the workflow must complete before it is aborted and a is thrown.
A dictionary of the root activity's and values keyed by argument name that represent the outputs of the workflow.
Invokes a workflow synchronously using the workflow definition passed to the constructor.
The workflow definition of the workflow to invoke. The workflow definition needs to derive from .
The type of the workflow.
A value of type TResult with the result of the execution of the activity.
Invokes a workflow synchronously using the specified workflow definition and of input parameters.
The workflow definition of the workflow to invoke.
The dictionary of input parameters to the workflow, keyed by argument name.
The type of the workflow.
A value of type TResult with the result of the execution of the activity.
Invokes a workflow synchronously using the specified workflow definition, of input parameters, of additional output parameters, and time-out interval.
The workflow definition of the workflow to invoke.
The dictionary of input parameters to the workflow, keyed by argument name.
The dictionary of additional output parameters of the workflow, keyed by argument name.
The interval in which the workflow must complete before it is aborted and a is thrown.
The type of the workflow.
A value of type TResult with the result of the execution of the activity.
Invokes a workflow synchronously using the specified workflow definition, of input parameters, and time-out interval.
The workflow definition of the workflow to invoke.
The dictionary of input parameters to the workflow, keyed by argument name.
The interval in which the workflow must complete before it is aborted and a is thrown.
The type of the workflow.
A value of type TResult with the result of the execution of the activity.
Invokes a workflow asynchronously.
Invokes a workflow asynchronously using the specified of input parameters.
The dictionary of input parameters to the workflow, keyed by argument name.
Invokes a workflow asynchronously using the specified of input parameters and a unique identifier.
The dictionary of input parameters to the workflow, keyed by argument name.
A user-provided object used to distinguish this particular asynchronous invoke operation from other current asynchronous invoke operations.
Invokes a workflow asynchronously with the specified of input parameters and the specified time-out interval.
The dictionary of input parameters to the workflow, keyed by argument name.
The interval in which the workflow must complete before it is aborted and a is thrown.
Invokes a workflow asynchronously with the specified of input parameters, the specified time-out interval, and a unique identifier.
The dictionary of input parameters to the workflow, keyed by argument name.
The interval in which the workflow must complete before it is aborted and a is thrown.
A user-provided object used to distinguish this particular asynchronous invoke operation from other current asynchronous invoke operations.
Invokes a workflow asynchronously using the specified unique identifier.
A user-provided object used to distinguish this particular asynchronous invoke operation from other current asynchronous invoke operations.
Invokes a workflow asynchronously with the specified time-out interval.
The interval in which the workflow must complete before it is aborted and a is thrown.
Invokes a workflow asynchronously with the specified time-out interval and a unique identifier.
The interval in which the workflow must complete before it is aborted and a is thrown.
A user-provided object used to distinguish this particular asynchronous invoke operation from other current asynchronous invoke operations.
Occurs when the workflow invoked by one of the overloads is completed or canceled.
Provides type conversion for the result type of a workflow activity operation.
Creates a new instance of the class.
Creates a new instance of the class with the specified type to which an activity result is converted.
The type to which the activity result is converted.
Ensures that the result of an activity is properly converted to a string that can be used for serial transmission.
Creates a new instance of the class.
Returns an indication whether an input object is an that can be serialized into a string.
The object that is verified for its ability to be converted to a string for serial transmission.
Defines a context for the serialization of .
if the expression can be serialized; otherwise, .
Serializes the specified object into a string.
The object that is converted to a string for serial transmission.
Defines a context for the serialization of the object being that is converted into a string.
A string version of the serializable expression.
Creates an instance of an activity tree described in XAML.
Maps an activity tree from the specified reader to an or .
The content.
A that handles the transformation between the and the activity XAML.
Maps an activity tree from the specified reader to an or using the specified schema context.
The content.
The schema context.
A that handles the transformation between the and the activity XAML.
Maps an or from the specified writer to an activity tree.
The content of an or .
A that handles the transformation between the and the activity XAML.
Returns a delegate method for the specified XAML reader with return value of specified type.
The XAML reader.
The type of the return value of the method that this delegate encapsulates.
A delegate method for the specified XAML reader with return value of specified type.
Returns a delegate method for the specified XAML reader with return value of specified type.
The XAML reader.
The type of the return value of the method that this delegate encapsulates.
A delegate method for the specified XAML reader with return value of type .
Maps an activity tree from the specified stream to an or .
The content.
The or content.
Maps an activity tree from the specified reader to an or .
The content.
The or content.
Maps an activity tree from the specified reader to an or using the specified schema context.
The content.
The schema context.
The or content.
Initializes the specified component.
The type of the component.
The component instance.
Creates an instance of the declarative workflow described in the specified stream.
The workflow definition.
An instance of the activity tree that describes the workflow.
Creates an instance of the declarative workflow described in the specified stream.
The workflow definition.
The XAML service settings.
An instance of the activity tree that describes the workflow.
Creates an instance of the declarative workflow described in the specified text reader.
The workflow definition.
An instance of the activity tree that describes the workflow.
Creates an instance of the declarative workflow described in the specified text reader.
The workflow definition.
The XAML service settings.
An instance of the activity tree that describes the workflow.
Creates an instance of the declarative workflow described in the specified file.
A file that contains the workflow definition.
An instance of the activity tree that describes the workflow.
Creates an instance of the declarative workflow described in the specified file.
A file that contains the workflow definition.
The XAML service settings.
An instance of the activity tree that describes the workflow.
Creates an instance of the declarative workflow described in the specified XAML reader.
The workflow definition.
An instance of the activity tree that describes the workflow.
Creates an instance of the declarative workflow described in the specified XAML reader.
The workflow definition.
The XAML service settings.
An instance of the activity tree that describes the workflow.
Creates an instance of the declarative workflow described in the specified XML reader.
The workflow definition.
An instance of the activity tree that describes the workflow.
Creates an instance of the declarative workflow described in the specified XML reader.
The workflow definition.
The XAML service settings.
An instance of the activity tree that describes the workflow.
Specifies XAML Service settings.
Initializes a new instance of the class.
Gets or sets a value that indicates whether the expressions are compiled.
if the expressions are compiled; otherwise, .
Gets or sets the activity's location reference environment.
The activity's location reference environment.
Converts instances of to instances of .
Initializes a new instance of the class.
Determines whether the specified object can be converted into a .
The object to evaluate for conversion.
Context information that is used for conversion.
if can be converted into a ; otherwise, .
Converts the specified object to a .
The object to convert into a .
Context information that is used for conversion.
A representation of the specified object.
Represents a converter for assembly references.
Initializes a new instance of the class.
Determines whether the specified type can be converted from.
Context information that is used for conversion.
The type to convert from.
if the specified type can be converted from; otherwise, .
Determines whether the specified type can be converted to.
Context information that is used for conversion.
The type to convert to.
if the specified type can be converted to; otherwise, .
Converts the specified value to a new representation specified by the derived class.
Context information that is used for conversion.
An optional culture information.
The object to convert.
if the specified value to a new representation is converted; otherwise, .
Converts the specified value to the specified representation.
Context information that is used for conversion.
An optional culture information.
The object to convert.
The type to convert to.
if the specified value to the specified representation is converted; otherwise, .
Represents the compiled data context.
Initializes a new instance of the class using the locations.
The locations.
Initializes a new instance of the class using the location references.
The location references.
Initializes a new instance of the class using the location references and activity context.
The location references.
The activity context.
Retrieves the cache used by the data context.
The data context activities.
The activity context.
The compiled root.
if the compiled data context is for implementation; otherwise, .
The number of compiled data context.
The data context.
Gets the activities for the compiled data using the specified compiled root and implementation.
The compiled root.
if the compiled data context is for implementation; otherwise, .
The activities for the compiled data.
Retrieves the location of the compiled data context using the specified get and set methods.
The get method used.
The set method used.
The function.
The location of the compiled data context.
Retrieves the location of the compiled data context.
The get method used.
The set method used.
The expression identifier.
The compiled root activity.
The activity context.
The function.
The location of the compiled data context.
Gets the value of the value type used by the data context.
Gets the value of the variable used by the data context.
The index of the variable
The value of the variable used by the data context.
Rewrites the expression used by the data context.
The original expression to be rewritten.
The rewritten expression.
Returns the value of the value type used by the data context.
Returns the value of the variable used by the data context.
The index of the variable.
The value of the variable.
Represents a dynamic update map converter.
Initializes a new instance of the class.
Determines whether the specified type can be converted to.
Context information that is used for conversion.
The type to convert to.
if the specified type can be converted to; otherwise, .
Converts the specified value to the specified representation.
Context information that is used for conversion.
An optional culture information.
The object to convert.
The type to convert to.
if the specified value to the specified representation is converted; otherwise, .
Specifies dynamic update map extension options.
Initializes a new instance of the class.
Initializes a new instance of the class using the update map.
The update map.
Specifies the value for service provider.
The service provider.
Gets the extension for the dynamic update map.
The extension for the dynamic update map.
Gets the Xml content for the Dynamic Update Map Extension.
The Xml content for the Dynamic Update Map Extension.
Represents a converter for dynamic update map items.
Initializes a new instance of the class.
Determines whether the specified type can be converted from.
Context information that is used for conversion.
The type to convert from.
if the specified type can be converted from; otherwise, .
Determines whether the specified type can be converted to.
Context information that is used for conversion.
The type to convert to.
if the specified type can be converted to; otherwise, .
Converts the specified value to a new representation specified by the derived class.
Context information that is used for conversion.
An optional culture information.
The object to convert.
if the specified value to a new representation is converted; otherwise, .
Converts the specified value to the specified representation.
Context information that is used for conversion.
An optional culture information.
The object to convert.
The type to convert to.
if the specified value to the specified representation is converted; otherwise, .
Represents an object that loads an instance of a saved function.
Creates a new instance of the class.
Loads an instance of a function that can be used at any point to deserialize a list of nodes.
A list of serialized nodes.
A context that provides information needed for parsing.
An instance of a function.
Serializes the specified into a Xaml node list.
The object to transform into a Xaml node list.
An object that provides context information for serialization.
A Xaml reader.
Specifies information about a compiled expression root.
Indicates whether the can execute expression.
The expression text used.
if reference; otherwise, .
The collection of locations.
The expression identifier.
if the can execute expression; otherwise, .
Gets the expression tree used for the expression.
The expression identifier.
The location reference.
The expression tree used for the expression.
Gets the language used in the expression root.
The language used.
Gets the list of required locations for the expression root.
The expression identifier.
The list of required locations for the expression root.
Invokes the using the specified expression identifier and locations.
The expression identifier.
The locations used.
The invoked expression.
Invokes the using the specified expression identifier and locations and activity context.
The expression identifier.
The locations.
The activity context.
The invoked expression.
Represents a converter for implementation versions.
Initializes a new instance of the class.
Determines whether the specified type can be converted from.
Context information that is used for conversion.
The type to convert from.
if the specified type can be converted from; otherwise, .
Determines whether the specified type can be converted to.
Context information that is used for conversion.
The type to convert to.
if the specified type can be converted to; otherwise, .
Converts the specified value to a new representation specified by the derived class.
Context information that is used for conversion.
An optional culture information.
The object to convert.
if the specified value to a new representation is converted; otherwise, .
Converts the specified value to the specified representation.
Context information that is used for conversion.
An optional culture information.
The object to convert.
The type to convert to.
if the specified value to the specified representation is converted; otherwise, .
Provides a type converter to convert classes to and from various other representations.
Initializes a new instance of the class.
Initializes a new instance of the class using the specified type.
The type of the associated .
Provides a type converter to convert classes to and from various other representations.
Initializes a new instance of the class.
Initializes a new instance of the class using the specified type.
The type of the associated .
Provides methods for converting expressions to strings.
Determines whether the expression can be converted into a string.
Context information that is used for conversion.
if the expression can be converted into a string; otherwise, .
Converts an expression to a string.
Context information that is used for conversion.
A string representation of the expression.
Provides a type converter to convert classes to and from various other representations.
Initializes a new instance of the class.
Initializes a new instance of the class using the specified type.
The type of the associated .
Provides access to properties contained in an document.
The type of the associated property.
Initializes a new instance of the class.
Gets or sets the name of the associated property.
The name of the property.
Retrieves the value of the associated property.
An object that provides services for the markup extension.
The property value.
Represents a serializable function deferring loader.
Initializes a new instance of the class.
Loads an instance of a function that can be used at any point to deserialize a list of nodes.
A list of serialized nodes.
A context that provides information needed for parsing.
An instance of a function.
Serializes the specified object into a Xaml node list.
The object to transform into a Xaml node list.
An object that provides context information for serialization.
The specified object into a Xaml node list.
Represents the text expression compiler.
Initializes a new instance of the class.
The settings used.
Compiles the .
The result of the compiled .
Indicated whether the generates sources.
The argument used.
if the generates sources; otherwise, .
Represents a text expression compiler error.
Gets or sets a value that indicates whether the compiler error is a warning.
if the compiler error is a warning; otherwise, .
Gets or sets the message that contains information about the error.
The message that contains information about the error.
Gets or sets the number of the error.
The number of the error.
Gets or sets the source line number of the error.
The source line number of the error.
Specifies information about text expression compiler results.
Gets the results of the compiler messages.
The results of the compiler messages.
Gets or sets a value that indicates whether the result has errors.
if the result has errors; otherwise, .
Gets or sets a value that indicates whether the information has source.
if the information has source; otherwise, .
Gets or sets the results type.
The results type.
Specifies text expression compiler settings.
Initializes a new instance of the class.
Gets or sets the activity of the compiler settings.
The activity of the compiler settings.
Gets or sets the name of the activity for the compiler settings.
The name of the activity.
Gets or sets the namespace of the activity.
The namespace of the activity.
Gets or sets a value that indicates whether the text expression compiler settings always generate source.
if the text expression compiler settings always generate source; otherwise, .
Gets or sets whether the is for implementation.
if the is for implementation; otherwise, .
Gets or sets whether the generates as partial class.
if the generates as partial class; otherwise, .
Gets or sets the language used by the .
The language used by the .
Gets or sets the log source generation message for the .
The log source generation message for the .
Gets or sets the root namespace for the .
The root namespace for the .
Provides methods that derived type converter classes can use for converting objects to and from various representations.
When overridden in a derived class, determines whether the specified type can be converted from.
Context information that is used for conversion.
The type to convert from.
if the specified type can be converted from; otherwise, .
When overridden in a derived class, determines whether the specified type can be converted to.
Context information that is used for conversion.
The type to convert to.
if the specified type can be converted to; otherwise, .
When overridden in a derived class, converts the specified value to a new representation specified by the derived class.
Context information that is used for conversion.
An optional . If not supplied, the current culture is assumed.
The object to convert.
The converted value.
When overridden in a derived class, converts the specified value to the specified representation.
Context information that is used for conversion.
An optional . If not supplied, the current culture is assumed.
The object to convert.
The type to convert to.
The converted value.
Represents a workflow identity converter.
Initializes a new instance of the class.
Determines whether the specified type can be converted from.
Context information that is used for conversion.
The type to convert from.
if the specified type can be converted from; otherwise, .
Converts the specified value to a new representation specified by the derived class.
Context information that is used for conversion.
An optional culture information.
The object to convert.
if the specified value to a new representation is converted; otherwise, .