Method SetProgressCallback SetProgressCallback(Func<float>) Set the func for handling progress requests. Declaration public void SetProgressCallback(Func<float> callback) Parameters Type Name Description Func<float> callback The callback function.