RealTimeEndpointExtension.GetSessionErrorReportingSupport Method

Namespace:  Microsoft.Rtc.Internal.Signaling
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
<ExtensionAttribute> _
Public Shared Function GetSessionErrorReportingSupport ( _
    endpoint As RealTimeEndpoint _
) As Boolean
'Usage
Dim endpoint As RealTimeEndpoint
Dim returnValue As Boolean

returnValue = endpoint.GetSessionErrorReportingSupport()
public static bool GetSessionErrorReportingSupport(
    this RealTimeEndpoint endpoint
)

Parameters

Return Value

Type: System.Boolean

Usage Note

In Visual Basic and C#, you can call this method as an instance method on any object of type RealTimeEndpoint. When you use instance method syntax to call this method, omit the first parameter. For more information, see https://msdn.microsoft.com/en-us/library/bb384936(v=office.14) or https://msdn.microsoft.com/en-us/library/bb383977(v=office.14).

See Also

Reference

RealTimeEndpointExtension Class

RealTimeEndpointExtension Members

Microsoft.Rtc.Internal.Signaling Namespace