MinuteRecurrence Class

Represents the intervals, in minutes, at which a scheduled report runs.

Inheritance Hierarchy

System.Object
  ReportService2006.RecurrencePattern
    ReportService2006.MinuteRecurrence

Namespace:  ReportService2006
Assembly:  ReportService2006 (in ReportService2006.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public Class MinuteRecurrence _
    Inherits RecurrencePattern
'Usage
Dim instance As MinuteRecurrence
[SerializableAttribute]
public class MinuteRecurrence : RecurrencePattern
[SerializableAttribute]
public ref class MinuteRecurrence : public RecurrencePattern
[<SerializableAttribute>]
type MinuteRecurrence =  
    class
        inherit RecurrencePattern
    end
public class MinuteRecurrence extends RecurrencePattern

The MinuteRecurrence type exposes the following members.

Constructors

  Name Description
Public method MinuteRecurrence Initializes a new instance of the MinuteRecurrence class.

Top

Properties

  Name Description
Public property MinutesInterval Gets or sets the interval, in minutes, at which a scheduled report runs.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

Remarks

Use a MinuteRecurrence object together with the Item property of the ScheduleDefinition class to indicate the recurrence pattern of a schedule in minutes.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference