Summary
Delegate OnRunDelegate
- Assembly
- Rocket
.Surgery .Extensions .CommandLine .Abstractions .dll - Namespace
- Rocket
.Surgery .Extensions .CommandLine - Base Types
-
- MulticastDelegate
graph BT
Type-->Base0["MulticastDelegate"]
Type["OnRunAsyncDelegate"]
class Type type-node
Syntax
public sealed class OnRunAsyncDelegate : MulticastDelegate
Constructors
Name | Summary |
---|---|
OnRunAsyncDelegate |
Methods
Name | Value | Summary |
---|---|---|
BeginInvoke |
IAsyncResult | |
EndInvoke |
Task |
|
Invoke |
Task |
Extension Methods
Name | Value | Summary |
---|---|---|
SetBackingValue |
T |
Sets the backing value.
From ValueExtensions
|
With |
TBuilder |
Adds the specified dictionary to the provided dictionary.
|