Click or drag to resize

DispatcherQueueController.Create Method

Creates a native DispatcherQueueController instance.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
public static Object Create(
	bool throwOnError = true
)

Parameters

throwOnError (Optional)
Type: System.Boolean
if set to true [throw on error].

Return Value

Type: Object
A native DispatcherQueueController instance.
See Also