CustomPresenceCategory.CreateInstanceId(RealTimeEndpoint) Method
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.
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.