INodeChildrenRetrievalPolicy Property | |
Gets or sets the policy for this node.
Namespace: Lawo.EmberPlusSharp.ModelAssembly: Lawo.EmberPlusSharp (in Lawo.EmberPlusSharp.dll) Version: 1.4.1707.27006
Syntax Exceptions 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