ApplicationEndpointExtensionMethods.BeginGetMediaRelayToken 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.
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
- endpoint
- ApplicationEndpoint
- mrasUri
- String
- identity
- String
- forceRefresh
- Boolean
- userCallback
- AsyncCallback
- state
- Object