AsyncHelpersExclusiveSynchronizationContextSend Method |
Namespace: ANDREICSLIB.HelpersAssembly: ANDREICSLIB (in ANDREICSLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic override void Send(
SendOrPostCallback d,
Object state
)
Public Overrides Sub Send (
d As SendOrPostCallback,
state As Object
)
public:
virtual void Send(
SendOrPostCallback^ d,
Object^ state
) override
abstract Send :
d : SendOrPostCallback *
state : Object -> unit
override Send :
d : SendOrPostCallback *
state : Object -> unit
Parameters
- d
- Type: System.ThreadingSendOrPostCallback
- state
- Type: SystemObject
See Also