Delegate TestContextWriteLine
Namespace: ArtOfTest.WebAii.TestTemplates
Assembly: ArtOfTest.WebAii.dll
Syntax
public delegate void TestContextWriteLine(string Format, params object[] args);
Parameters
System.String
Format
|
System.Object[]
args
|
Constructors
TestContextWriteLine(Object, IntPtr)
Declaration
public TestContextWriteLine(object object, IntPtr method)
Parameters
System.Object
object
|
System.IntPtr
method
|
Methods
BeginInvoke(String, Object[], AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(string Format, object[] args, AsyncCallback callback, object object)
Parameters
System.String
Format
|
System.Object[]
args
|
System.AsyncCallback
callback
|
System.Object
object
|
Returns
System.IAsyncResult
|
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
System.IAsyncResult
result
|
Invoke(String, Object[])
Declaration
public virtual void Invoke(string Format, params object[] args)
Parameters
System.String
Format
|
System.Object[]
args
|