Ask Learn
Preview
Please sign in to use this experience.
Sign inThis browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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.
Provides asynchronous operations for the AsyncController class.
public class AsyncManager
type AsyncManager = class
Public Class AsyncManager
Async |
Initializes a new instance of the AsyncManager class. |
Async |
Initializes a new instance of the AsyncManager class using the synchronization context. |
Outstanding |
Gets the number of outstanding operations. |
Parameters |
Gets the parameters that were passed to the asynchronous completion method. |
Timeout |
Gets or sets the asynchronous timeout value, in milliseconds. |
Finish() |
Notifies ASP.NET that all asynchronous operations are complete. |
Sync(Action) |
Executes a callback in the current synchronization context. |
Please sign in to use this experience.
Sign in