Override Constructor

Initializes a new instance of the Override class that contains the specified clock vector.

Namespace:  Microsoft.Synchronization
Assembly:  Microsoft.Synchronization (in Microsoft.Synchronization.dll)

protected:
Override(
	IClockVector^ clockVector
)

Parameters

clockVector
Type: Microsoft.Synchronization::IClockVector
The clock vector that is associated with this override.

ExceptionCondition
ArgumentNullException

clockVector is a nullptr.

Show: