共用方式為


Callback type

定義以兩個結果描述一般回呼的類型- 一個是 Error,另一個是結果值。

type Callback<TResult> = DoubleValueCallback<Error, TResult>