MessageTRecord, TTimeRelease Method Naiad Help

[This is preliminary documentation and is subject to change.]

Releases the memory held by an allocated message back to a pool. Only call when no other references to the message are held.

Namespace: Microsoft.Research.Naiad.Dataflow
Assembly: Microsoft.Research.Naiad (in Microsoft.Research.Naiad.dll) Version: 0.5.0.0 (0.5.0.0)
Syntax

C#
public void Release(
	AllocationReason tag
)

Parameters

tag
Type: Microsoft.Research.NaiadAllocationReason
indication of why the release was done, for tracing reasons
See Also

Reference