VagrantSnapshotRunner.

Pop(Action<VagrantSnapshotRestoreSettings>) Method

Summary

This command is the inverse of Push(): it will restore the pushed state.
Assembly
Cake.Vagrant.dll
Namespace
Cake.Vagrant.Commands
Containing Type
VagrantSnapshotRunner

Syntax

public void Pop(Action<VagrantSnapshotRestoreSettings> configure = null)

Parameters

Name Type Description
configure Action<VagrantSnapshotRestoreSettings> Optional settings to control the restore

Return Value

Type Description
void