UserState Constructors

Definition

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

Applies to