MemberInfo Constructor
MemberInfo(Guid, NetworkAddress, MemberVersion, bool, IReadOnlyDictionary<string, string>)
Initializes a new instance of the MemberInfo class.
Declaration
public MemberInfo(Guid id, NetworkAddress address, MemberVersion version, bool isLiteMember, IReadOnlyDictionary<string, string> attributes)
Parameters
Guid | id | The unique identifier of the member. |
NetworkAddress | address | The network address of the member. |
MemberVersion | version | The version of the server running the member. |
bool | isLiteMember | Whether the member is a "lite" member. |
IReadOnlyDictionary<string, string> | attributes | Attributes of the member. |