C# 클래스 MemBus.Subscribing.ShapeToUiDispatch

Use this shape to specify that the enclosed subscription works on the UI thread. Please note that you will have to provide a TaskScheduler that will dispatch onto a given UI thread.
상속: ISubscriptionShaper, IRequireServices
파일 보기 프로젝트 열기: flq/MemBus

공개 메소드들

메소드 설명
EnhanceSubscription ( ISubscription subscription ) : ISubscription
ShapeToUiDispatch ( ) : System

Use this constructor if the bus provides the necessary Task Scheduler for UI thread dispatching.

ShapeToUiDispatch ( TaskScheduler taskScheduler ) : System

비공개 메소드들

메소드 설명
IRequireServices ( IServices svc ) : void

메소드 상세

EnhanceSubscription() 공개 메소드

public EnhanceSubscription ( ISubscription subscription ) : ISubscription
subscription ISubscription
리턴 ISubscription

ShapeToUiDispatch() 공개 메소드

Use this constructor if the bus provides the necessary Task Scheduler for UI thread dispatching.
public ShapeToUiDispatch ( ) : System
리턴 System

ShapeToUiDispatch() 공개 메소드

public ShapeToUiDispatch ( TaskScheduler taskScheduler ) : System
taskScheduler System.Threading.Tasks.TaskScheduler
리턴 System