BeginUpdateConference Method

Initiates the creation of a conference.

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

Syntax

'Declaration
Public Function BeginUpdateConference ( _
    information As ConferenceScheduleInformation, _
    userCallback As AsyncCallback, _
    state As Object _
) As IAsyncResult
'Usage
Dim instance As ConferenceServices
Dim information As ConferenceScheduleInformation
Dim userCallback As AsyncCallback
Dim state As Object
Dim returnValue As IAsyncResult

returnValue = instance.BeginUpdateConference(information, _
    userCallback, state)
public IAsyncResult BeginUpdateConference(
    ConferenceScheduleInformation information,
    AsyncCallback userCallback,
    Object state
)

Parameters

Return Value

Type: System..::..IAsyncResult

Remarks

Exceptions

[T:Microsoft.Rtc.Collaboration.ConferenceFailureException]: Thrown when we failed to issue the request.

See Also

Reference

ConferenceServices Class

ConferenceServices Members

Microsoft.Rtc.Collaboration.ConferenceManagement Namespace