Version

RemoveRecurrenceContext Constructor

Creates a DataContext for a RemoveRecurrence operation that detaches a Recurrence and any associated VarianceCollection from an Activity.
Syntax
'Declaration
 
Public Function New( _
   ByVal activityKey As String, _
   ByVal recurrenceKey As String, _
   ByVal varianceKey As Guid _
)
public RemoveRecurrenceContext( 
   string activityKey,
   string recurrenceKey,
   Guid varianceKey
)

Parameters

activityKey
Data key of an Activity object to be detached.
recurrenceKey
Data key of a Recurrence object to be deleted.
varianceKey
Data key correlating a collection of Variance objects to be deleted; or the constant value Guid.Empty if there are no Variance objects to be deleted.
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