[This is preliminary documentation and is subject to change.]
Causes an unallocated message to point at empty valid data
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 Allocate( AllocationReason tag )
Parameters
- tag
- Type: Microsoft.Research.NaiadAllocationReason
indication of why the allocation was done, for tracing reasons
See Also