ConferenceServices.BeginGetConferenceSummaries Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
BeginGetConferenceSummaries(AsyncCallback, Object) |
Gets a list of basic conference information for conferences scheduled by the endpoint owner. |
BeginGetConferenceSummaries(SchedulingTemplate, AsyncCallback, Object) |
Gets a list of basic conference information for conferences scheduled using the supplied scheduling template. |
BeginGetConferenceSummaries(AsyncCallback, Object)
Gets a list of basic conference information for conferences scheduled by the endpoint owner.
public:
IAsyncResult ^ BeginGetConferenceSummaries(AsyncCallback ^ userCallback, System::Object ^ state);
public IAsyncResult BeginGetConferenceSummaries (AsyncCallback userCallback, object state);
member this.BeginGetConferenceSummaries : AsyncCallback * obj -> IAsyncResult
Public Function BeginGetConferenceSummaries (userCallback As AsyncCallback, state As Object) As IAsyncResult
Parameters
- userCallback
- AsyncCallback
The method to be called when the asynchronous operation is completed.
- state
- Object
A user-provided object that distinguishes this particular asynchronous operation from other asynchronous operations.
Returns
An IAsyncResult that references the asynchronous operation.
Exceptions
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.
Applies to
BeginGetConferenceSummaries(SchedulingTemplate, AsyncCallback, Object)
Gets a list of basic conference information for conferences scheduled using the supplied scheduling template.
public:
IAsyncResult ^ BeginGetConferenceSummaries(Microsoft::Rtc::Collaboration::SchedulingTemplate schedulingTemplate, AsyncCallback ^ userCallback, System::Object ^ state);
public IAsyncResult BeginGetConferenceSummaries (Microsoft.Rtc.Collaboration.SchedulingTemplate schedulingTemplate, AsyncCallback userCallback, object state);
member this.BeginGetConferenceSummaries : Microsoft.Rtc.Collaboration.SchedulingTemplate * AsyncCallback * obj -> IAsyncResult
Parameters
- schedulingTemplate
- SchedulingTemplate
The template used in scheduling the conference.
- userCallback
- AsyncCallback
The method to be called when the asynchronous operation is completed.
- state
- Object
A user-provided object that distinguishes this particular asynchronous operation from other asynchronous operations.
Returns
An IAsyncResult that references the asynchronous operation.
Exceptions
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.