DelayUntil Constructor

 

Initializes a new instance of the DelayUntil class.

Namespace:   Microsoft.Activities.Expressions
Assembly:  Microsoft.Activities (in Microsoft.Activities.dll)

Overload List

Name Description
System_CAPS_pubmethod DelayUntil()

Initializes a new instance of the DelayUntil class.

System_CAPS_pubmethod DelayUntil(InArgument<DateTime>)

Initializes a new instance of the DelayUntil class with specified date to wake up in the workflow.

See Also

DelayUntil Class
Microsoft.Activities.Expressions Namespace

Return to top

DelayUntil Constructor ()

Initializes a new instance of the DelayUntil class.

Syntax

public DelayUntil()
public:
DelayUntil()
new : unit -> DelayUntil
Public Sub New

Return to top

DelayUntil Constructor (InArgument<DateTime>)

Initializes a new instance of the DelayUntil class with specified date to wake up in the workflow.

Syntax

public DelayUntil(
    InArgument<DateTime> date
)
public:
DelayUntil(
    InArgument<DateTime>^ date
)
new : 
        date:InArgument<DateTime> -> DelayUntil
Public Sub New (
    date As InArgument(Of Date)
)

Parameters

Return to top