--- lang: ja-jp breaks: true --- # C# `SynchronizationContext.Post` と `Control.BeginInvoke` の違いは? 2022-03-29 > What are difference between using Invoke and SynchronizationContext.Post object? > https://stackoverflow.com/questions/21778078/what-are-difference-between-using-invoke-and-synchronizationcontext-post-object 「SynchronizationContext.Post() は BeginInvoke() を呼び出し、Send() は Invoke() を呼び出します。」 ###### tags: `C#` `SynchronizationContext.Post` `Control.BeginInvoke`