C# 클래스 ChatterBox.Client.Presentation.Shared.MVVM.DispatcherBindableBase

Provides ability to run the UI updates in UI thread.
상속: BindableBase
파일 보기 프로젝트 열기: openpeer/ChatterBox

보호된 프로퍼티들

프로퍼티 타입 설명
_uiDispatcher Windows.UI.Core.CoreDispatcher

보호된 메소드들

메소드 설명
DispatcherBindableBase ( CoreDispatcher uiDispatcher ) : System

Creates a DispatcherBindableBase instance.

OnPropertyChanged ( string propertyName ) : void

Overrides the BindableBase's OnPropertyChanged method.

RunOnUiThread ( System.Action fn ) : void

Schedules the provided callback on the UI thread from a worker thread, and

메소드 상세

DispatcherBindableBase() 보호된 메소드

Creates a DispatcherBindableBase instance.
protected DispatcherBindableBase ( CoreDispatcher uiDispatcher ) : System
uiDispatcher Windows.UI.Core.CoreDispatcher Core event message dispatcher.
리턴 System

OnPropertyChanged() 보호된 메소드

Overrides the BindableBase's OnPropertyChanged method.
protected OnPropertyChanged ( string propertyName ) : void
propertyName string The name of the changed property.
리턴 void

RunOnUiThread() 보호된 메소드

Schedules the provided callback on the UI thread from a worker thread, and
protected RunOnUiThread ( System.Action fn ) : void
fn System.Action The function to execute
리턴 void

프로퍼티 상세

_uiDispatcher 보호되어 있는 프로퍼티

protected CoreDispatcher,Windows.UI.Core _uiDispatcher
리턴 Windows.UI.Core.CoreDispatcher