Version

RemoveVarianceContext Constructor(String,Guid)

Creates a DataContext for a RemoveVariance operation of a recurring Activity's variance information when the recurring series has changed.
Syntax
'Declaration
 
Public Function New( _
   ByVal rootActivityKey As String, _
   ByVal varianceKey As Guid _
)
public RemoveVarianceContext( 
   string rootActivityKey,
   Guid varianceKey
)

Parameters

rootActivityKey
varianceKey
Variance correlation data key.
Remarks

When the recurring series on an Activity changes, all variances must be deleted in the clean-up operation and the root Activity must have it's variance correlation key reset to the empty GUID.

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