ExecutionSpecificationExtensions Members
Include Protected Members
Include Inherited Members
[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]
Extension methods for IExecutionSpecification.
The ExecutionSpecificationExtensions type exposes the following members.
Methods
Name | Description | |
---|---|---|
GetIncomingMessages | The incoming messages targeted directly to this Execution Specification. Use GetIssuingMessage() for the message that starts the Execution Specification. | |
GetIssuingMessage | The message that starts the Execution Specification. | |
GetNestedExecutionSpecifications | The nested Execution Specifications owned directly by this Execution Specification. | |
GetOutgoingMessages | The outgoing messages sourced directly from this Execution Specification. |
Top