CustomPresenceCategory.CreateInstanceId Method
Returns the instanceId based on the category type.
Namespace: Microsoft.Rtc.Collaboration.Presence
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Protected Overrides Function CreateInstanceId ( _
endpoint As RealTimeEndpoint _
) As Long
'Usage
Dim endpoint As RealTimeEndpoint
Dim returnValue As Long
returnValue = Me.CreateInstanceId(endpoint)
protected override long CreateInstanceId(
RealTimeEndpoint endpoint
)
Parameters
- endpoint
Type: Microsoft.Rtc.Signaling.RealTimeEndpoint
The endpoint for which the category will be published.
Return Value
Type: System.Int64
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.