DelegateTestContextWriteLine
Delegate
Delegate used when you wish to perform your own logging into a custom logging system.
Definition
Namespace:ArtOfTest.WebAii.TestTemplates
Assembly:ArtOfTest.WebAii.dll
Syntax:
cs-api-definition
public delegate void TestContextWriteLine(string Format, params object[] args)
Constructors
Methods
BeginInvoke(string, object[], AsyncCallback, object)
Declaration
cs-api-definition
public virtual IAsyncResult BeginInvoke(string Format, object[] args, AsyncCallback callback, object @object)
Parameters
Format
args
object[]
callback
object
Returns
EndInvoke(IAsyncResult)
Declaration
cs-api-definition
public virtual void EndInvoke(IAsyncResult result)
Parameters
result