C# 클래스 IronFramework.TestCommon.ThreadPoolSyncContext

This is an implementation of SynchronizationContext that not only queues things on the thread pool for later work, but also ensures that it sets itself back as the synchronization context (something that the default implementatation of SynchronizationContext does not do).
상속: System.Threading.SynchronizationContext
파일 보기 프로젝트 열기: megadotnet/ironframework

공개 메소드들

메소드 설명
Post ( SendOrPostCallback d, object state ) : void
Send ( SendOrPostCallback d, object state ) : void

메소드 상세

Post() 공개 메소드

public Post ( SendOrPostCallback d, object state ) : void
d SendOrPostCallback
state object
리턴 void

Send() 공개 메소드

public Send ( SendOrPostCallback d, object state ) : void
d SendOrPostCallback
state object
리턴 void