Edit

Share via


MediaProviderInternal.BeginSendQoEMetricsInternal Method

Definition

Overloads

BeginSendQoEMetricsInternal(CallDialogContext, Byte[], AsyncCallback, Object)
BeginSendQoEMetricsInternal(String, Call, Byte[], AsyncCallback, Object)

BeginSendQoEMetricsInternal(CallDialogContext, Byte[], AsyncCallback, Object)

public:
 IAsyncResult ^ BeginSendQoEMetricsInternal(Microsoft::Rtc::Collaboration::CallDialogContext ^ signalingContext, cli::array <System::Byte> ^ qoeData, AsyncCallback ^ userCallback, System::Object ^ state);
public IAsyncResult BeginSendQoEMetricsInternal (Microsoft.Rtc.Collaboration.CallDialogContext signalingContext, byte[] qoeData, AsyncCallback userCallback, object state);
member this.BeginSendQoEMetricsInternal : Microsoft.Rtc.Collaboration.CallDialogContext * byte[] * AsyncCallback * obj -> IAsyncResult
Public Function BeginSendQoEMetricsInternal (signalingContext As CallDialogContext, qoeData As Byte(), userCallback As AsyncCallback, state As Object) As IAsyncResult

Parameters

signalingContext
CallDialogContext
qoeData
Byte[]
userCallback
AsyncCallback
state
Object

Returns

Applies to

BeginSendQoEMetricsInternal(String, Call, Byte[], AsyncCallback, Object)

public:
 IAsyncResult ^ BeginSendQoEMetricsInternal(System::String ^ qoeGruu, Microsoft::Rtc::Collaboration::Call ^ call, cli::array <System::Byte> ^ qoeData, AsyncCallback ^ userCallback, System::Object ^ state);
public IAsyncResult BeginSendQoEMetricsInternal (string qoeGruu, Microsoft.Rtc.Collaboration.Call call, byte[] qoeData, AsyncCallback userCallback, object state);
member this.BeginSendQoEMetricsInternal : string * Microsoft.Rtc.Collaboration.Call * byte[] * AsyncCallback * obj -> IAsyncResult

Parameters

qoeGruu
String
call
Call
qoeData
Byte[]
userCallback
AsyncCallback
state
Object

Returns

Applies to