Edit

Share via


ApplicationEndpointExtensionMethods.BeginGetMediaRelayToken Method

Definition

public:
[System::Runtime::CompilerServices::Extension]
 static IAsyncResult ^ BeginGetMediaRelayToken(Microsoft::Rtc::Collaboration::ApplicationEndpoint ^ endpoint, System::String ^ mrasUri, System::String ^ identity, bool forceRefresh, AsyncCallback ^ userCallback, System::Object ^ state);
public static IAsyncResult BeginGetMediaRelayToken (this Microsoft.Rtc.Collaboration.ApplicationEndpoint endpoint, string mrasUri, string identity, bool forceRefresh, AsyncCallback userCallback, object state);
static member BeginGetMediaRelayToken : Microsoft.Rtc.Collaboration.ApplicationEndpoint * string * string * bool * AsyncCallback * obj -> IAsyncResult
<Extension()>
Public Function BeginGetMediaRelayToken (endpoint As ApplicationEndpoint, mrasUri As String, identity As String, forceRefresh As Boolean, userCallback As AsyncCallback, state As Object) As IAsyncResult

Parameters

mrasUri
String
identity
String
forceRefresh
Boolean
userCallback
AsyncCallback
state
Object

Returns

Applies to