Click or drag to resize
ConsumerTRootSendAsync Method
Asynchronously sends the locally applied changes and invocations to the provider.

Namespace: Lawo.EmberPlusSharp.Model
Assembly: Lawo.EmberPlusSharp (in Lawo.EmberPlusSharp.dll) Version: 1.4.1707.27006
Syntax
C#
public Task SendAsync()

Return Value

Type: Task
Exceptions
ExceptionCondition
ExceptionAn exception was thrown from one of the callbacks passed to the S101Client constructor, see Message for more information.
InvalidOperationExceptionThis method was called from a thread other than the one that executed CreateAsync(S101Client, Int32, ChildrenRetrievalPolicy, Byte).
ObjectDisposedExceptionDispose has been called or the connection has been lost.
OperationCanceledExceptionDispose has been called or the connection has been lost.
Remarks
Also retrieves the children of any objects implementing INode that have had their ChildrenRetrievalPolicy property set to a value other than ChildrenRetrievalPolicy.None.
Bibliography
[1] Marius Keuck and Philip Boger, Ember+ Specification, L-S-B Broadcast Technologies GmbH, https://github.com/Lawo/ember-plus/raw/master/documentation/Ember%2B%20Documentation.pdf
See Also