Click or drag to resize
ConsumerTRoot Methods

The ConsumerTRoot generic type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCreateAsync(S101Client)
Returns the return value of CreateAsync(client, 10000).
Public methodStatic memberCreateAsync(S101Client, Int32)
Returns the return value of CreateAsync(client, timeout, 0x00).
Public methodStatic memberCreateAsync(S101Client, Int32, ChildrenRetrievalPolicy)
Public methodStatic memberCreateAsync(S101Client, Int32, Byte)
Public methodStatic memberCreateAsync(S101Client, Int32, ChildrenRetrievalPolicy, Byte)
Public methodDispose
Stops synchronizing changes to the object tree accessible through the Root property and raises the ConnectionLost event.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodSendAsync
Asynchronously sends the locally applied changes and invocations to the provider.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
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