WaitPlugin.SecondsAsync(Decimal) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Wait a given amount of seconds
[Microsoft.SemanticKernel.KernelFunction]
public System.Threading.Tasks.Task SecondsAsync(decimal seconds);
[<Microsoft.SemanticKernel.KernelFunction>]
member this.SecondsAsync : decimal -> System.Threading.Tasks.Task
Public Function SecondsAsync (seconds As Decimal) As Task
Parameters
- seconds
- Decimal
Returns
- Attributes
Examples
{{wait.seconds 10}} (Wait 10 seconds)