MulticastPlanNode Class

Definition

Represents an operation in a stream to allow multiple subscribers to receive the same messages.

public sealed class MulticastPlanNode : Microsoft.StreamProcessing.UnaryPlanNode
type MulticastPlanNode = class
    inherit UnaryPlanNode
Public NotInheritable Class MulticastPlanNode
Inherits UnaryPlanNode
Inheritance
Microsoft.StreamProcessing.UnaryPlanNode
MulticastPlanNode

Properties

Kind

Indicates that the current node is a multicast operation.

Applies to