MediaSession.EndHandleSessionEstablishment(IAsyncResult) 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.
protected public:
abstract System::Collections::Generic::IEnumerable<System::String ^> ^ EndHandleSessionEstablishment(IAsyncResult ^ result);
protected internal abstract System.Collections.Generic.IEnumerable<string> EndHandleSessionEstablishment (IAsyncResult result);
abstract member EndHandleSessionEstablishment : IAsyncResult -> seq<string>
Protected Friend MustOverride Function EndHandleSessionEstablishment (result As IAsyncResult) As IEnumerable(Of String)
Parameters
- result
- IAsyncResult