DataflowMessageHeader Structure
Provides a container of data attributes for passing between dataflow blocks.
Namespace: System.Threading.Tasks.Dataflow
Assembly: System.Threading.Tasks.Dataflow (in System.Threading.Tasks.Dataflow.dll)
The DataflowMessageHeader type exposes the following members.
| Name | Description | |
|---|---|---|
![]() ![]() | DataflowMessageHeader | Initializes a new DataflowMessageHeader with the specified attributes. |
| Name | Description | |
|---|---|---|
![]() ![]() | Equals(DataflowMessageHeader) | Checks two DataflowMessageHeader instances for equality by ID without boxing. |
![]() ![]() | Equals(Object) | Checks boxed DataflowMessageHeader instances for equality by ID. (Overrides ValueType::Equals(Object).) |
![]() ![]() | GetHashCode | Generates a hash code for the DataflowMessageHeader instance. (Overrides ValueType::GetHashCode().) |
![]() ![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() ![]() | ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType.) |
| Name | Description | |
|---|---|---|
![]() ![]() ![]() | Equality | Checks two DataflowMessageHeader instances for equality by ID. |
![]() ![]() ![]() | Inequality | Checks two DataflowMessageHeader instances for non-equality by ID. |
Note |
|---|
The TPL Dataflow Library (System.Threading.Tasks.Dataflow namespace) is not distributed with the .NET Framework 4.5. To install the System.Threading.Tasks.Dataflow namespace, open your project in Visual Studio 2012, choose Manage NuGet Packages from the Project menu, and search online for the Microsoft.Tpl.Dataflow package. |





Note