public readonly struct TopicParticipant : IEquatable<TopicParticipant>Public Structure TopicParticipant
Implements IEquatable(Of TopicParticipant)public value class TopicParticipant : IEquatable<TopicParticipant>[<SealedAttribute>]
type TopicParticipant =
struct
inherit ValueType
interface IEquatable<TopicParticipant>
end| TopicParticipant | Topic participant. |
| IsSubscribed | State of the subscription. |
| UserID | Participant id. |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Унаследован от Object) |
| GetType | Gets the Type of the current instance. (Унаследован от Object) |
| MemberwiseClone | Creates a shallow copy of the current Object. (Унаследован от Object) |