SegmentScheduler.QueueUserWorkItem(WaitCallback, Object) 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.
public:
void QueueUserWorkItem(System::Threading::WaitCallback ^ wcb, System::Object ^ context);
public void QueueUserWorkItem (System.Threading.WaitCallback wcb, object context);
member this.QueueUserWorkItem : System.Threading.WaitCallback * obj -> unit
Public Sub QueueUserWorkItem (wcb As WaitCallback, context As Object)
Parameters
- wcb
- WaitCallback
- context
- Object