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 public static Object Create(
bool throwOnError = true
)
Parameters
- throwOnError (Optional)
- Type: SystemBoolean
if set to true [throw on error].
Return Value
Type:
ObjectA native DispatcherQueueController instance.
See Also