Click or drag to resize

SafeCallbacks Class

Set of tools to invoke callbacks so that the main flow is not affected.
Inheritance Hierarchy
SystemObject
  KSPDev.ProcessingUtilsSafeCallbacks

Namespace:  KSPDev.ProcessingUtils
Assembly:  KSPDev_Utils.2.5 (in KSPDev_Utils.2.5.dll) Version: 2.5 for KSP v1
Syntax
C#
public static class SafeCallbacks
Request Example View Source

The SafeCallbacks type exposes the following members.

Methods
  NameDescription
Public methodStatic memberAction
Executes an action, intercepting any exceptions that it rises.
Public methodStatic memberFuncT
Executes a function, intercepting any exceptions that it rises.
Top
See Also