CachedMessageBlock.Node Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Linked list node, so this message block can be kept in a linked list.
public System.Collections.Generic.LinkedListNode<Orleans.Providers.Streams.Common.CachedMessageBlock> Node { get; }
member this.Node : System.Collections.Generic.LinkedListNode<Orleans.Providers.Streams.Common.CachedMessageBlock>
Public ReadOnly Property Node As LinkedListNode(Of CachedMessageBlock)