WinFwk.UIModules.UIModule.BeginTask C# (CSharp) Method

BeginTask() protected method

protected BeginTask ( string text ) : void
text string
return void
        protected void BeginTask(string text)
        {
            MessageBus.BeginTask(text, null);
        }

Same methods

UIModule::BeginTask ( string text, CancellationTokenSource cancellationTokenSource ) : void