RealTimeEndpointExtension.SetSessionErrorReportingSupport Method

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

Syntax

'Declaration
<ExtensionAttribute> _
Public Shared Sub SetSessionErrorReportingSupport ( _
    endpoint As RealTimeEndpoint, _
    isSupported As Boolean _
)
'Usage
Dim endpoint As RealTimeEndpoint
Dim isSupported As Boolean

endpoint.SetSessionErrorReportingSupport(isSupported)
public static void SetSessionErrorReportingSupport(
    this RealTimeEndpoint endpoint,
    bool isSupported
)

Parameters

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