Version

UpdateRemindersContext Constructor

Creates a new UpdateRemindersContext.
Syntax
'Declaration
 
Public Function New( _
   ByVal dataKey As String, _
   ByVal status As Integer, _
   ByVal activeResourceName As String _
)
public UpdateRemindersContext( 
   string dataKey,
   int status,
   string activeResourceName
)

Parameters

dataKey
Data key of the reminded activity.
status
Status code of the reminded activity.
activeResourceName
Name of the active resource updating this reminder.
Exceptions
ExceptionDescription
System.NullReferenceExceptionThrown when the dataKey argument is null (or Nothing in Visual Basic .NET).
System.FormatExceptionThrown when the dataKey does not match the expected format for a numeric data key (and optional date/time fragment).
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also