Click or drag to resize
FunctionT1, TResultInvokeAsync 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(
	T1 arg1
)

Parameters

arg1
Type: T1

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