UserState Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
| UserState(CustomPresenceCategory) | |
| UserState(Int32, PresenceActivityInternal) |
UserState(CustomPresenceCategory)
public:
UserState(Microsoft::Rtc::Collaboration::Presence::CustomPresenceCategory ^ rawPresenceCategoryItem);
public UserState (Microsoft.Rtc.Collaboration.Presence.CustomPresenceCategory rawPresenceCategoryItem);
new Microsoft.Rtc.Internal.Collaboration.UserState : Microsoft.Rtc.Collaboration.Presence.CustomPresenceCategory -> Microsoft.Rtc.Internal.Collaboration.UserState
Public Sub New (rawPresenceCategoryItem As CustomPresenceCategory)
Parameters
- rawPresenceCategoryItem
- CustomPresenceCategory
Applies to
UserState(Int32, PresenceActivityInternal)
public:
UserState(int availability, Microsoft::Rtc::Internal::Collaboration::PresenceActivityInternal ^ activity);
public UserState (int availability, Microsoft.Rtc.Internal.Collaboration.PresenceActivityInternal activity);
new Microsoft.Rtc.Internal.Collaboration.UserState : int * Microsoft.Rtc.Internal.Collaboration.PresenceActivityInternal -> Microsoft.Rtc.Internal.Collaboration.UserState
Public Sub New (availability As Integer, activity As PresenceActivityInternal)
Parameters
- availability
- Int32
- activity
- PresenceActivityInternal