UserDelay Class

Definition

Script action to delay test script for specified timespan.

public class UserDelay : Microsoft.Bot.Builder.Dialogs.Adaptive.Testing.TestAction
type UserDelay = class
    inherit TestAction
Public Class UserDelay
Inherits TestAction
Inheritance
UserDelay

Constructors

Name Description
UserDelay(String, Int32)

Initializes a new instance of the UserDelay class.

Fields

Name Description
Kind

serialization of kind.

Properties

Name Description
Timespan

Gets or sets the timespan to delay.

Methods

Name Description
ExecuteAsync(TestAdapter, BotCallbackHandler, Inspector)

Execute the test.

RegisterSourcePath(String, Int32)

Registers the path to file and callers line.

(Inherited from TestAction)

Applies to