Click or drag to resize
INodeChildrenRetrievalPolicy Property
Gets or sets the policy for this node.

Namespace: Lawo.EmberPlusSharp.Model
Assembly: Lawo.EmberPlusSharp (in Lawo.EmberPlusSharp.dll) Version: 1.4.1707.27006
Syntax
C#
ChildrenRetrievalPolicy ChildrenRetrievalPolicy { get; set; }

Property Value

Type: ChildrenRetrievalPolicy
Exceptions
ExceptionCondition
ArgumentOutOfRangeExceptionAttempted to set a value that is not equal to one of the named constants of ChildrenRetrievalPolicy.
InvalidOperationExceptionAttempted to set a new value when the current value is not equal to None.
Remarks
Setting this property prompts the consumer to retrieve direct and indirect children according to the new value. The retrieval starts automatically when Consumer<TRoot>.AutoSendInterval elapses. To explicitly wait for the children to be retrieved, the result of a call to Consumer<TRoot>.SendAsync.
See Also