LBM .Net API Documentation
UMEStoreEntry Constructor (address, groupIndex, registrationId, domainId, name)
Namespacescom.latencybusters.lbmUMEStoreEntryUMEStoreEntry(IPEndPoint, UInt16, UInt32, UInt32, String)
Creates a UMEStoreEntry and uses supplied values for initialization.
Declaration Syntax
C#
public UMEStoreEntry(
	IPEndPoint address,
	ushort groupIndex,
	uint registrationId,
	uint domainId,
	string name
)
Parameters
address (IPEndPoint)
The address (IP and port) of the store
groupIndex (UInt16)
The group the store belongs to
registrationId (UInt32)
The sources's registration ID at the store
domainId (UInt32)
The store's domain ID
name (String)
The configured store name.

Assembly: lbmcs (Module: lbmcs) Version: 6.7.1.0