C# 클래스 Neutronium.Core.Infra.DispatcherSynchronizationContext

상속: System.Threading.SynchronizationContext
파일 보기 프로젝트 열기: David-Desmaisons/MVVM.CEF.Glue

공개 메소드들

메소드 설명
CreateCopy ( ) : SynchronizationContext
DispatcherSynchronizationContext ( IDispatcher dispatcher ) : System.Threading
Post ( SendOrPostCallback d, object state ) : void
Send ( SendOrPostCallback d, object state ) : void

메소드 상세

CreateCopy() 공개 메소드

public CreateCopy ( ) : SynchronizationContext
리턴 System.Threading.SynchronizationContext

DispatcherSynchronizationContext() 공개 메소드

public DispatcherSynchronizationContext ( IDispatcher dispatcher ) : System.Threading
dispatcher IDispatcher
리턴 System.Threading

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