Edit

Share via


CustomPresenceCategory.CreateInstanceId(RealTimeEndpoint) Method

Definition

Returns the instanceId based on the category type.

protected:
 override long CreateInstanceId(Microsoft::Rtc::Signaling::RealTimeEndpoint ^ endpoint);
protected override long CreateInstanceId (Microsoft.Rtc.Signaling.RealTimeEndpoint endpoint);
override this.CreateInstanceId : Microsoft.Rtc.Signaling.RealTimeEndpoint -> int64
Protected Overrides Function CreateInstanceId (endpoint As RealTimeEndpoint) As Long

Parameters

endpoint
RealTimeEndpoint

The endpoint for which the category will be published.

Returns

Remarks

Instance IDs for UserState-time based publication, phone state, calendar state and calendar data cannot be determined as extra information such as mailbox address etc., needs to be determined.

Applies to