Delegate TaskBoolNullable
- Namespace
- SunamoDelegates
- Assembly
- SunamoDelegates.dll
Represents a method that takes a nullable boolean parameter and returns a Task.
public delegate Task TaskBoolNullable(bool? isEnabled)
Parameters
isEnabledbool?The nullable boolean value indicating enabled state.
Returns
- Task
A task representing the asynchronous operation.
- Extension Methods