System.ServiceModel.Dispatcher.DispatchRuntime public sealed class DispatchRuntime Documentation Code public bool AutomaticInputSessionShutdown { get; set; } public ClientRuntime CallbackClientRuntime { get; } public ChannelDispatcher ChannelDispatcher { get; } public ConcurrencyMode ConcurrencyMode { get; set; } public EndpointDispatcher EndpointDispatcher { get; } public bool EnsureOrderedDispatch { get; set; } public IInstanceContextProvider InstanceContextProvider { get; set; } public IInstanceProvider InstanceProvider { get; set; } public SynchronizedCollection<IDispatchMessageInspector> MessageInspectors { get; } public SynchronizedKeyedCollection<string, DispatchOperation> Operations { get; } public SynchronizationContext SynchronizationContext { get; set; } public Type Type { get; set; } public DispatchOperation UnhandledDispatchOperation { get; set; }