WorkItem.Post Method (WorkItemCallback)
.NET Framework (current version)
Moves a work item to a separate thread for execution.
Assembly: System.Web (in System.Web.dll)
[<SecurityPermissionAttribute(SecurityAction.Demand, Unrestricted = true)>] static member Post : callback:WorkItemCallback -> unit
Parameters
- callback
-
Type:
System.Web.Util.WorkItemCallback
A WorkItemCallback that represents the method that is to be called on a separate thread.
| Exception | Condition |
|---|---|
| PlatformNotSupportedException | The operating system is not Windows NT or later. |
.NET Framework
Available since 1.1
Available since 1.1
Show: