namespace ScadaLink.Commons.Messages.Deployment; /// /// Central→site query for the currently-applied deployment state of a single /// instance. Issued by the Deployment Manager before a re-deploy when a prior /// deployment record is stuck InProgress or Failed due to a /// timeout, so the site's actual state can be reconciled against the target /// revision before re-sending a deployment ("Deployment Identity & Idempotency"). /// public record DeploymentStateQueryRequest( string CorrelationId, string InstanceUniqueName, DateTimeOffset Timestamp);