ChatterBox.Client.Presentation.Shared.MVVM.DispatcherBindableBase.DispatcherBindableBase C# (CSharp) Method

DispatcherBindableBase() protected method

Creates a DispatcherBindableBase instance.
protected DispatcherBindableBase ( CoreDispatcher uiDispatcher ) : System
uiDispatcher Windows.UI.Core.CoreDispatcher Core event message dispatcher.
return System
        protected DispatcherBindableBase(CoreDispatcher uiDispatcher)
        {
            _uiDispatcher = uiDispatcher;
        }