Uses of Class
system.threading.SendOrPostCallback
-
Packages that use SendOrPostCallback Package Description system.componentmodel system.threading system.windows.forms system.windows.threading -
-
Uses of SendOrPostCallback in system.componentmodel
Methods in system.componentmodel with parameters of type SendOrPostCallback Modifier and Type Method Description void
AsyncOperation. Post(SendOrPostCallback d, NetObject arg)
void
AsyncOperation. PostOperationCompleted(SendOrPostCallback d, NetObject arg)
-
Uses of SendOrPostCallback in system.threading
Methods in system.threading with parameters of type SendOrPostCallback Modifier and Type Method Description void
SynchronizationContext. Post(SendOrPostCallback d, NetObject state)
void
SynchronizationContext. Send(SendOrPostCallback d, NetObject state)
-
Uses of SendOrPostCallback in system.windows.forms
Methods in system.windows.forms with parameters of type SendOrPostCallback Modifier and Type Method Description void
WindowsFormsSynchronizationContext. Post(SendOrPostCallback d, NetObject state)
void
WindowsFormsSynchronizationContext. Send(SendOrPostCallback d, NetObject state)
-
Uses of SendOrPostCallback in system.windows.threading
Methods in system.windows.threading with parameters of type SendOrPostCallback Modifier and Type Method Description void
DispatcherSynchronizationContext. Post(SendOrPostCallback d, NetObject state)
void
DispatcherSynchronizationContext. Send(SendOrPostCallback d, NetObject state)
-