PostSharpAPI ReferencePost­Sharp.​Patterns.​RecordingRecorderAdd­Restore­Point
Open sandboxFocus

Method AddRestorePoint

AddRestorePoint(String)

Adds new restore point with given name.

Declaration
public RestorePoint AddRestorePoint(string name = null)
Parameters
Type Name Description
String name

The name of the restore point, or null to create an unnamed restore point.

Returns
Type Description
RestorePoint

The newly created RestorePoint.