Creates a UMEStoreEntry object and uses supplied values for initialization. The domain ID is set to 0.

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

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