Class RestoreInsteadOfBuildDelegate
Return flag, that package should be downloaded
Inheritance
object
RestoreInsteadOfBuildDelegate
Namespace: BuildSystem.ProjectList
Assembly: BuildSystem.ManagerObject.Interfaces.dll
Syntax
public sealed class RestoreInsteadOfBuildDelegate : MulticastDelegate
Constructors
RestoreInsteadOfBuildDelegate(object, IntPtr)
Declaration
public RestoreInsteadOfBuildDelegate(object @object, IntPtr method)
Parameters
Type |
Name |
Description |
object |
object |
|
System.IntPtr |
method |
|
Methods
BeginInvoke(ProjectInfo, AsyncCallback, object)
Declaration
public virtual IAsyncResult BeginInvoke(ProjectInfo projectInfo, AsyncCallback callback, object @object)
Parameters
Type |
Name |
Description |
ProjectInfo |
projectInfo |
|
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)
Declaration
public virtual bool Invoke(ProjectInfo projectInfo)
Parameters
Returns