StreamUpgradeInitiator.EndInitiateUpgrade(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.
This method is the asynchronous callback method that is called after BeginInitiateUpgrade(Stream, AsyncCallback, Object) has completed.
public:
abstract System::IO::Stream ^ EndInitiateUpgrade(IAsyncResult ^ result);
public abstract System.IO.Stream EndInitiateUpgrade (IAsyncResult result);
abstract member EndInitiateUpgrade : IAsyncResult -> System.IO.Stream
Public MustOverride Function EndInitiateUpgrade (result As IAsyncResult) As Stream
Parameters
- result
- IAsyncResult
The IAsyncResult
returned from the BeginInitiateUpgrade(Stream, AsyncCallback, Object) method.
Returns
Returns the upgraded stream.
Remarks
For more information about using this method, see the remarks in InitiateUpgrade.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.