ReminderTableData Constructors
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.
Overloads
ReminderTableData() |
Initializes a new instance of the ReminderTableData class. |
ReminderTableData(ReminderEntry) |
Initializes a new instance of the ReminderTableData class. |
ReminderTableData(IEnumerable<ReminderEntry>) |
Initializes a new instance of the ReminderTableData class. |
ReminderTableData()
- Source:
- IReminderTable.cs
Initializes a new instance of the ReminderTableData class.
public ReminderTableData ();
Public Sub New ()
Applies to
ReminderTableData(ReminderEntry)
- Source:
- IReminderTable.cs
Initializes a new instance of the ReminderTableData class.
public ReminderTableData (Orleans.ReminderEntry entry);
new Orleans.ReminderTableData : Orleans.ReminderEntry -> Orleans.ReminderTableData
Public Sub New (entry As ReminderEntry)
Parameters
- entry
- ReminderEntry
The entry.
Applies to
ReminderTableData(IEnumerable<ReminderEntry>)
- Source:
- IReminderTable.cs
Initializes a new instance of the ReminderTableData class.
public ReminderTableData (System.Collections.Generic.IEnumerable<Orleans.ReminderEntry> list);
new Orleans.ReminderTableData : seq<Orleans.ReminderEntry> -> Orleans.ReminderTableData
Public Sub New (list As IEnumerable(Of ReminderEntry))
Parameters
- list
- IEnumerable<ReminderEntry>
The entries.