BeginGetConference Method
Gets the conference settings for a specific conference.
Namespace: Microsoft.Rtc.Collaboration.ConferenceManagement
Assembly: Microsoft.Rtc.Collaboration (in Microsoft.Rtc.Collaboration.dll)
Syntax
'Declaration
Public Function BeginGetConference ( _
conferenceId As String, _
userCallback As AsyncCallback, _
state As Object _
) As IAsyncResult
'Usage
Dim instance As ConferenceServices
Dim conferenceId As String
Dim userCallback As AsyncCallback
Dim state As Object
Dim returnValue As IAsyncResult
returnValue = instance.BeginGetConference(conferenceId, _
userCallback, state)
public IAsyncResult BeginGetConference(
string conferenceId,
AsyncCallback userCallback,
Object state
)
Parameters
- conferenceId
Type: System..::..String
- userCallback
Type: System..::..AsyncCallback
- state
Type: System..::..Object
Return Value
Type: System..::..IAsyncResult
Remarks
Exceptions
[T:System.ArgumentException]: Thrown if the conference ID is not specified or invalid.
[T:Microsoft.Rtc.Collaboration.ConferenceFailureException]: Thrown if the request failed.