Constructor ResultEventArgs
ResultEventArgs()
Initializes a new instance of the ResultEventArgs<T> class with no initial result.
public ResultEventArgs()
ResultEventArgs(T?)
Initializes a new instance of the ResultEventArgs<T> class with an initial result.
public ResultEventArgs(T? result)
Parameters
result
TThe initial result, which may be null for optional outcomes.