NetworkEndpointSnapshot Constructors
RecordConstructors1 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) { // ... }}Parameters
SnapshotValueSnapshot<AllocatedEndpoint>AllocatedEndpoint snapshotNetworkIDNetworkIdentifierThe ID of the network that is associated with the AllocatedEndpoint snapshot.