[This is preliminary documentation and is subject to change.]
Denotes a serializer type that can be flushed
Namespace: Microsoft.Research.Naiad.Serialization
Assembly: Microsoft.Research.Naiad (in Microsoft.Research.Naiad.dll) Version: 0.5.0.0 (0.5.0.0)
Syntax
C#
public interface IFlushable
The IFlushable type exposes the following members.
Methods
Name | Description | |
---|---|---|
Flush |
Flush any partially-written output
|
See Also