Edit

Share via


MediaSession.BeginHandleSessionEstablishment Method

Definition

protected public:
 abstract IAsyncResult ^ BeginHandleSessionEstablishment(Microsoft::Rtc::Internal::Collaboration::ParticipantCommandResponse ^ dialInResponse, AsyncCallback ^ userCallback, System::Object ^ state);
protected internal abstract IAsyncResult BeginHandleSessionEstablishment (Microsoft.Rtc.Internal.Collaboration.ParticipantCommandResponse dialInResponse, AsyncCallback userCallback, object state);
abstract member BeginHandleSessionEstablishment : Microsoft.Rtc.Internal.Collaboration.ParticipantCommandResponse * AsyncCallback * obj -> IAsyncResult
Protected Friend MustOverride Function BeginHandleSessionEstablishment (dialInResponse As ParticipantCommandResponse, userCallback As AsyncCallback, state As Object) As IAsyncResult

Parameters

userCallback
AsyncCallback
state
Object

Returns

Applies to