DelayUntilTime Class

MS Activities Extensions

Collapse imageExpand ImageCopy imageCopyHover image
The DelayUntilTime activity

Namespace: Microsoft.Activities.Extensions.Statements
Assembly: Microsoft.Activities.Extensions (in Microsoft.Activities.Extensions.dll) Version: 2.0.6.9 (2.0.6.9)

Syntax

C#
public sealed class DelayUntilTime : NativeActivity
Visual Basic
Public NotInheritable Class DelayUntilTime _
	Inherits NativeActivity
Visual C++
public ref class DelayUntilTime sealed : public NativeActivity

Remarks

An activity that will delay until the next occurance of a time on an allowed day. If no days of the week are specified, any day is allowed

Inheritance Hierarchy

System..::..Object
  System.Activities..::..Activity
    System.Activities..::..NativeActivity
      Microsoft.Activities.Extensions.Statements..::..DelayUntilTime

See Also