AsyncManagerExtensions Class

 

Provides extensions for AsyncManager class.

Namespace:   Microsoft.Web.Mvc
Assembly:  Microsoft.Web.Mvc (in Microsoft.Web.Mvc.dll)

Inheritance Hierarchy

System.Object
  Microsoft.Web.Mvc.AsyncManagerExtensions

Syntax

public static class AsyncManagerExtensions
[ExtensionAttribute]
public ref class AsyncManagerExtensions abstract sealed 
[<AbstractClass>]
[<Sealed>]
type AsyncManagerExtensions = class end
<ExtensionAttribute>
Public NotInheritable Class AsyncManagerExtensions

Methods

Name Description
System_CAPS_pubmethodSystem_CAPS_static RegisterTask(AsyncManager, Func<AsyncCallback, IAsyncResult>, Action<IAsyncResult>)

Registers a task.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Microsoft.Web.Mvc Namespace

Return to top