ConfigurationBroadcastProtocol EnumerationNaiad Help

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

Network protocol used to broadcast progress updates

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

C#
public enum BroadcastProtocol
Members

  Member nameValueDescription
TcpOnly0 Use TCP only.
UdpOnly1 Use UDP only; non-functional unless UDP is lossless.
TcpUdp2 Use both TCP and UDP.
See Also

Reference