Legend

Class
Struct
Enum
Interface
Delegate
Constructor
Method
Property
Event
Field

Constructor: Call(WorkNode<T>)

Declaration

public Call(
    WorkNode<T> work
)

Summary

Constructs a WorkStep<T>.Call value.

Parameters

WorkNode<T>work Specifies the additional work required.

Remarks

For convenience, the type WorkStep<T> declares an implicit operator equivalent to this constructor.