WorkItem.Post(WorkItemCallback) Method

Definition

Moves a work item to a separate thread for execution.

public:
 static void Post(System::Web::Util::WorkItemCallback ^ callback);
public static void Post (System.Web.Util.WorkItemCallback callback);
static member Post : System.Web.Util.WorkItemCallback -> unit
Public Shared Sub Post (callback As WorkItemCallback)

Parameters

callback
WorkItemCallback

A WorkItemCallback that represents the method that is to be called on a separate thread.

Exceptions

The operating system is not Windows NT or later.

Applies to