Domain Detective

API Reference

Class

CmdletStopDnsPropagationMonitor

Namespace DomainDetective.PowerShell
Assembly DomainDetective.PowerShell
Implements
IDisposable
Modifiers sealed
Attributes
Cmdlet("Stop", "DDDnsPropagationMonitor") Alias(["Stop-DnsPropagationMonitor"])

Stops a running DNS propagation monitor.

Inheritance

Examples

Stop monitoring.


Stop-DDDnsPropagationMonitor -Monitor $monitor
        

Constructors

public CmdletStopDnsPropagationMonitor() #

Methods

ProcessRecordAsync() #

Stops the specified DNS propagation monitor instance.

Returns

A completed task.

Fields

public DnsPropagationMonitor Monitor #
Parameter(Mandatory = true, Position = 0)

Monitor instance returned by Start-DnsPropagationMonitor.

{{ include "footer" }}