Creates a UMEStoreEntry object and uses supplied values for initialization.

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

- address (IPEndPoint)
- The address (IP and port) of the store.
- groupIndex (UInt16)
- The group the store belongs to (must be >= 0).
- registrationId (UInt32)
- The source's registration ID (must be >= 0).
- domainId (UInt32)
- The store's domain ID (must be >= 0).