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
التعاون معنا على GitHub
يمكن العثور على مصدر هذا المحتوى على GitHub حيث يمكنك أيضاً إضافة مشاكل وطلبات سحب ومراجعتها. للحصول على معلومات إضافية، اطلع على دليل المساهم لدينا.