Click or drag to resize
FunctionTResultInvokeAsync Method
Schedules an invocation of this function.

Namespace: Lawo.EmberPlusSharp.Model
Assembly: Lawo.EmberPlusSharp (in Lawo.EmberPlusSharp.dll) Version: 1.4.1707.27006
Syntax
C#
public Task<TResult> InvokeAsync()

Return Value

Type: TaskTResult
Exceptions
ExceptionCondition
InvocationFailedExceptionThe provider reported that the invocation failed.
Remarks
The invocation is sent automatically within the interval defined by AutoSendInterval. When AutoSendInterval equals Infinite, SendAsync must be called before awaiting the returned task.
See Also