PresenceCategory.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.
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.