GraphNodeInstance<TNode> Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.Runtime.Serialization.DataContract]
public abstract class GraphNodeInstance<TNode> : Microsoft.TeamFoundation.DistributedTask.Pipelines.IGraphNodeInstance where TNode : IGraphNode
type GraphNodeInstance<'Node (requires 'Node :> IGraphNode)> = class
interface IGraphNodeInstance
Public MustInherit Class GraphNodeInstance(Of TNode)
Implements IGraphNodeInstance
Type Parameters
- TNode
- Inheritance
-
GraphNodeInstance<TNode>
- Derived
- Attributes
- Implements
Properties
| Attempt | |
| Definition |
Gets the structure defined in the pipeline definition. |
| FinishTime | |
| Identifier |
Gets or sets the identifier of the node. |
| Name |
Gets or sets the name of the node. |
| Outputs |
Gets the collection of output variables emitted by the instance. |
| Result |
Gets or sets the result of the instance. |
| SecretsAccessed | |
| StartTime | |
| State | |
Methods
| ResetSecretsAccessed() |