Click or drag to resize

DispatcherQueueControllerCreate 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: SystemBoolean
if set to true [throw on error].

Return Value

Type: Object
A native DispatcherQueueController instance.
See Also