Share

SynchronizationContext.Post Method

Description

This is Post, a member of class SynchronizationContext.

Visual Basic

Public sealed override Function Post(
    d As SendOrPostCallback, 
    state As object
) As void

C#

public sealed override void Post(
    SendOrPostCallback d, 
    object state
);

Links

SynchronizationContext Class, Autodesk.AutoCAD.Runtime Namespace

Was this information helpful?