Microsoft.Ccr.Core.Dispatcher.Dispatcher C# (CSharp) Method

Dispatcher() public method

public Dispatcher ( ) : System
return System
        public Dispatcher()
        {
            Name = "unnamed";
        }

Same methods

Dispatcher::Dispatcher ( int threadCount, ThreadPriority priority, DispatcherOptions options, ApartmentState threadApartmentState, int maxThreadStackSize, string threadPoolName ) : System
Dispatcher::Dispatcher ( int threadCount, ThreadPriority priority, DispatcherOptions options, ApartmentState threadApartmentState, string threadPoolName ) : System
Dispatcher::Dispatcher ( int threadCount, ThreadPriority priority, DispatcherOptions options, string threadPoolName ) : System
Dispatcher::Dispatcher ( int threadCount, ThreadPriority priority, bool useBackgroundThreads, string threadPoolName ) : System
Dispatcher::Dispatcher ( int threadCount, string threadPoolName ) : System