LocalEndpointExtensions.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::LocalEndpoint ^ endpoint, bool forceRefresh, AsyncCallback ^ userCallback, System::Object ^ state);
public static IAsyncResult BeginGetMediaRelayToken (this Microsoft.Rtc.Collaboration.LocalEndpoint endpoint, bool forceRefresh, AsyncCallback userCallback, object state);
static member BeginGetMediaRelayToken : Microsoft.Rtc.Collaboration.LocalEndpoint * bool * AsyncCallback * obj -> IAsyncResult
<Extension()>
Public Function BeginGetMediaRelayToken (endpoint As LocalEndpoint, forceRefresh As Boolean, userCallback As AsyncCallback, state As Object) As IAsyncResult
Parameters
- endpoint
- LocalEndpoint
- forceRefresh
- Boolean
- userCallback
- AsyncCallback
- state
- Object