Edit

GraphNodeInstance<TNode> Class

Definition

[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()

Applies to