Share via


EndGetConference Method

Gets the results from the retrieval attempt.

Namespace:  Microsoft.Rtc.Collaboration.ConferenceManagement
Assembly:  Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)

Syntax

'Declaration
Public Function EndGetConference ( _
    result As IAsyncResult _
) As Conference
'Usage
Dim instance As ConferenceServices
Dim result As IAsyncResult
Dim returnValue As Conference

returnValue = instance.EndGetConference(result)
public Conference EndGetConference(
    IAsyncResult result
)

Parameters

Return Value

Type: Microsoft.Rtc.Collaboration..::..Conference

Remarks

Exceptions

[T:Microsoft.Rtc.Collaboration.ConferenceFailureException]: Thrown when the operation failed.

See Also

Reference

ConferenceServices Class

ConferenceServices Members

Microsoft.Rtc.Collaboration.ConferenceManagement Namespace