Edit

Share via


PresenceCategory.CreateInstanceId(RealTimeEndpoint) Method

Definition

Any category class where instanceId needs to be generated as custom, should override this method. In publication if instanceId is custom, then this method will be invoked.

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

Parameters

endpoint
RealTimeEndpoint

Returns

The instance ID that was created.

Applies to