PeerInfo RemovePeerIPEndPoint Method (ShortGuid, IPEndPoint)NetworkComms.Net Help
Removes the provided connectionInfo from all internal dictionaries. Returns true if connectionInfo exists, otherwise false

Namespace: DistributedFileSystem
Assembly: DistributedFileSystem (in DistributedFileSystem.dll) Version: 3.0.0.0 (3.0.0.0)
Syntax

public bool RemovePeerIPEndPoint(
	ShortGuid networkIdentifier,
	IPEndPoint peerIPEndPoint
)

Return Value

Type: OnlineBoolean

[Missing <returns> documentation for "M:DistributedFileSystem.PeerInfo.RemovePeerIPEndPoint(NetworkCommsDotNet.Tools.ShortGuid,System.Net.IPEndPoint)"]

See Also