DataflowMessageHeader Struct
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.
Provides a container of data attributes for passing between dataflow blocks.
public value class DataflowMessageHeader : IEquatable<System::Threading::Tasks::Dataflow::DataflowMessageHeader>
public struct DataflowMessageHeader : IEquatable<System.Threading.Tasks.Dataflow.DataflowMessageHeader>
public readonly struct DataflowMessageHeader : IEquatable<System.Threading.Tasks.Dataflow.DataflowMessageHeader>
type DataflowMessageHeader = struct
Public Structure DataflowMessageHeader
Implements IEquatable(Of DataflowMessageHeader)
- Inheritance
- Implements
Constructors
| Name | Description |
|---|---|
| DataflowMessageHeader(Int64) |
Initializes a new DataflowMessageHeader with the specified attributes. |
Properties
| Name | Description |
|---|---|
| Id |
Gets the ID of the message within the source. |
| IsValid |
Gets the validity of the message. |
Methods
| Name | Description |
|---|---|
| Equals(DataflowMessageHeader) |
Checks two DataflowMessageHeader instances for equality by ID without boxing. |
| Equals(Object) |
Checks boxed DataflowMessageHeader instances for equality by ID. |
| GetHashCode() |
Generates a hash code for the DataflowMessageHeader instance. |
Operators
| Name | Description |
|---|---|
| Equality(DataflowMessageHeader, DataflowMessageHeader) |
Checks two DataflowMessageHeader instances for equality by ID. |
| Inequality(DataflowMessageHeader, DataflowMessageHeader) |
Checks two DataflowMessageHeader instances for non-equality by ID. |