Skip to content
Docs Try Aspire

NetworkEndpointSnapshot Constructors

Record Constructors 1 member
Represents an AllocatedEndpoint snapshot associated with a specific network.
Constructor(ValueSnapshot<AllocatedEndpoint>, NetworkIdentifier) Section titled Constructor(ValueSnapshot<AllocatedEndpoint>, NetworkIdentifier)
Represents an AllocatedEndpoint snapshot associated with a specific network.
public record NetworkEndpointSnapshot
{
public NetworkEndpointSnapshot(
ValueSnapshot<AllocatedEndpoint> Snapshot,
NetworkIdentifier NetworkID)
{
// ...
}
}
Snapshot ValueSnapshot<AllocatedEndpoint> AllocatedEndpoint snapshot
NetworkID NetworkIdentifier The ID of the network that is associated with the AllocatedEndpoint snapshot.