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
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.