PresenceActivity Members
Include Protected Members
Include Inherited Members
This class represents an activity token that can be published along with presence availability.
The PresenceActivity type exposes the following members.
Constructors
Name | Description | |
---|---|---|
PresenceActivity(LocalizedString) | Creates an instance of the PresenceActivity class. | |
PresenceActivity(IEnumerable<LocalizedString>) | Creates an instance of the PresenceActivity class. |
Top
Properties
Name | Description | |
---|---|---|
ActivityToken | Gets or sets the activity token. | |
CustomTokens | Gets the list of localized strings for the activity. | |
MaximumAvailability | Gets the maximum availability value for the activity. | |
MinimumAvailability | Gets the minimum availability value for the activity. |
Top
Methods
Name | Description | |
---|---|---|
Equals | (inherited from Object) | |
Finalize | (inherited from Object) | |
GetHashCode | (inherited from Object) | |
GetType | (inherited from Object) | |
MemberwiseClone | (inherited from Object) | |
SetAvailabilityRange | Sets the optional availability range for activity token. | |
ToString | (inherited from Object) |
Top