OutputTransformer.

BeginInvoke(string, string, AsyncCallback, object) Method

Assembly
Cake.Coverlet.dll
Namespace
Cake.Coverlet
Containing Type
OutputTransformer

Syntax

public virtual IAsyncResult BeginInvoke(string fileName, string directoryPath, AsyncCallback callback, object object)

Parameters

Name Type Description
fileName string
directoryPath string
callback AsyncCallback
object object

Return Value

Type Description
IAsyncResult