Note.CreateInstanceId Method
Returns the instance id of the first message.
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
Return Value
Type: System.Int64