Class BuildResultIsRequiredDelegate
Build result is required for project, if it should be build, but some of its build results were not found
Inheritance
object
BuildResultIsRequiredDelegate
Namespace: BuildSystem.ProjectList
Assembly: BuildSystem.ManagerObject.Interfaces.dll
Syntax
public sealed class BuildResultIsRequiredDelegate : MulticastDelegate
Constructors
BuildResultIsRequiredDelegate(object, IntPtr)
Declaration
public BuildResultIsRequiredDelegate(object @object, IntPtr method)
Parameters
Type |
Name |
Description |
object |
object |
|
System.IntPtr |
method |
|
Methods
BeginInvoke(ProjectInfo, string, string, string, AsyncCallback, object)
Declaration
public virtual IAsyncResult BeginInvoke(ProjectInfo projectInfo, string variant, string buildResultType, string path, AsyncCallback callback, object @object)
Parameters
Type |
Name |
Description |
ProjectInfo |
projectInfo |
|
string |
variant |
|
string |
buildResultType |
|
string |
path |
|
System.AsyncCallback |
callback |
|
object |
object |
|
Returns
Type |
Description |
System.IAsyncResult |
|
EndInvoke(IAsyncResult)
Declaration
public virtual bool EndInvoke(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Returns
Invoke(ProjectInfo, string, string, string)
Declaration
public virtual bool Invoke(ProjectInfo projectInfo, string variant, string buildResultType, string path)
Parameters
Type |
Name |
Description |
ProjectInfo |
projectInfo |
|
string |
variant |
|
string |
buildResultType |
|
string |
path |
|
Returns