public TopicParticipant(
Guid UserID,
bool IsSubscribed
)Public Sub New (
UserID As Guid,
IsSubscribed As Boolean
)public:
TopicParticipant(
Guid UserID,
bool IsSubscribed
)new :
UserID : Guid *
IsSubscribed : bool -> TopicParticipant