ConferenceServices.BeginGetConferenceSummaries Method (SchedulingTemplate, AsyncCallback, Object)

Gets a list of basic conference information for conferences scheduled using the supplied scheduling template.

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

Syntax

'Declaration
Public Function BeginGetConferenceSummaries ( _
    schedulingTemplate As SchedulingTemplate, _
    userCallback As AsyncCallback, _
    state As Object _
) As IAsyncResult
'Usage
Dim instance As ConferenceServices
Dim schedulingTemplate As SchedulingTemplate
Dim userCallback As AsyncCallback
Dim state As Object
Dim returnValue As IAsyncResult

returnValue = instance.BeginGetConferenceSummaries(schedulingTemplate, _
    userCallback, state)
public IAsyncResult BeginGetConferenceSummaries(
    SchedulingTemplate schedulingTemplate,
    AsyncCallback userCallback,
    Object state
)

Parameters

  • userCallback
    Type: System.AsyncCallback
    The method to be called when the asynchronous operation is completed.
  • state
    Type: System.Object
    A user-provided object that distinguishes this particular asynchronous operation from other asynchronous operations.

Return Value

Type: System.IAsyncResult
An IAsyncResult that references the asynchronous operation.

Exceptions

Exception Condition
InvalidOperationException

Thrown when the method failed to issue the request.

Remarks

This operation is only allowed by the server for existing conferences scheduled by the endpoint owner.

Microsoft Lync Server 2010 allows one administrator-supplied conference per user.

See Also

Reference

ConferenceServices Class

ConferenceServices Members

BeginGetConferenceSummaries Overload

Microsoft.Rtc.Collaboration.ConferenceManagement Namespace