IMediaEndpoint.BeginInitialization(ICollection<MediaRelayToken>, Boolean, AsyncCallback, Object) 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:
IAsyncResult ^ BeginInitialization(System::Collections::Generic::ICollection<Microsoft::Rtc::Internal::Collaboration::MediaRelayToken ^> ^ tokens, bool controlling, AsyncCallback ^ callback, System::Object ^ state);
public IAsyncResult BeginInitialization (System.Collections.Generic.ICollection<Microsoft.Rtc.Internal.Collaboration.MediaRelayToken> tokens, bool controlling, AsyncCallback callback, object state);
abstract member BeginInitialization : System.Collections.Generic.ICollection<Microsoft.Rtc.Internal.Collaboration.MediaRelayToken> * bool * AsyncCallback * obj -> IAsyncResult
Public Function BeginInitialization (tokens As ICollection(Of MediaRelayToken), controlling As Boolean, callback As AsyncCallback, state As Object) As IAsyncResult
Parameters
- tokens
- ICollection<MediaRelayToken>
- controlling
- Boolean
- callback
- AsyncCallback
- state
- Object