Creates a UMEStoreEntry and uses supplied values for initialization.

C# |
public UMEStoreEntry( IPEndPoint address, ushort groupIndex, uint registrationId, uint domainId, string name )

- 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.