Property FireAndForget
FireAndForget
When the aspect is applied to a void non-async method, this property determines whether
the caller will continue immediately after enqueuing the call to the target method,
without waiting for the method to complete. The default value is false
.
Declaration
public bool FireAndForget { get; set; }
Property Value
Type | Description |
---|---|
Boolean |