Click or drag to resize
ConsumerTRootCreateAsync Method (S101Client)
Returns the return value of CreateAsync(client, 10000).

Namespace: Lawo.EmberPlusSharp.Model
Assembly: Lawo.EmberPlusSharp (in Lawo.EmberPlusSharp.dll) Version: 1.4.1707.27006
Syntax
C#
public static Task<Consumer<TRoot>> CreateAsync(
	S101Client client
)

Parameters

client
Type: Lawo.EmberPlusSharp.S101S101Client

Return Value

Type: TaskConsumerTRoot
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