CustomSyncContext.Post Method
Method to override the behaviour of Post to Send
Namespace: Microsoft.Uii.HostedApplicationToolkit.AutomationHosting
Assembly: Microsoft.Uii.HostedApplicationToolkit.AutomationHosting (in Microsoft.Uii.HostedApplicationToolkit.AutomationHosting.dll)
Usage
'Usage
Dim instance As CustomSyncContext
Dim d As SendOrPostCallback
Dim state As Object
instance.Post(d, state)
Syntax
'Declaration
Public Overrides Sub Post ( _
d As SendOrPostCallback, _
state As Object _
)
public override void Post (
SendOrPostCallback d,
Object state
)
public:
virtual void Post (
SendOrPostCallback^ d,
Object^ state
) override
public void Post (
SendOrPostCallback d,
Object state
)
public override function Post (
d : SendOrPostCallback,
state : Object
)
Parameters
- d
Specifies the callback.
- state
Specifies the state.
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Platforms
See Also
Reference
CustomSyncContext Class
CustomSyncContext Members
Microsoft.Uii.HostedApplicationToolkit.AutomationHosting Namespace
Unified Service Desk
Send comments about this topic to Microsoft.
© 2015 Microsoft. All rights reserved.