RealTimeEndpointExtension.BeginSendErrorReport Method

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

Syntax

'Declaration
<ExtensionAttribute> _
Public Shared Function BeginSendErrorReport ( _
    endpoint As RealTimeEndpoint, _
    errorReport As SessionErrorReport, _
    userCallback As AsyncCallback, _
    state As Object _
) As IAsyncResult
'Usage
Dim endpoint As RealTimeEndpoint
Dim errorReport As SessionErrorReport
Dim userCallback As AsyncCallback
Dim state As Object
Dim returnValue As IAsyncResult

returnValue = endpoint.BeginSendErrorReport(errorReport, _
    userCallback, state)
public static IAsyncResult BeginSendErrorReport(
    this RealTimeEndpoint endpoint,
    SessionErrorReport errorReport,
    AsyncCallback userCallback,
    Object state
)

Parameters

Return Value

Type: System.IAsyncResult

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