Returns the instanceId based on the category type.

Namespace:  Microsoft.Rtc.Collaboration.Presence
Assembly:  Microsoft.Rtc.Collaboration(in Microsoft.Rtc.Collaboration.dll)

Syntax

Visual Basic (Declaration)
Protected 
Overrides 
Function 
CreateInstanceId ( _
	
endpoint 
As 

RealTimeEndpoint _
) 
As 
Long
C#
protected 
override 
long 
CreateInstanceId(
	

RealTimeEndpoint 
endpoint
)
Visual C++
protected:
virtual 
long long 
CreateInstanceId(
	

RealTimeEndpoint^ 
endpoint
) 
override
JavaScript
function 
createInstanceId(
endpoint);

Parameters

endpoint
Type: Microsoft.Rtc.Signaling . . :: . RealTimeEndpoint
The endpoint for which the category will be published.

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.

See Also