Class CalcDeletingPackages
Build params - how to contact with package storage
Inheritance
object
CalcDeletingPackages
Namespace: BuildSystem.Reclaimer.Strategy.Delegate
Assembly: BuildSystem.Factories.dll
Syntax
public sealed class CalcDeletingPackages : MulticastDelegate
Constructors
CalcDeletingPackages(object, IntPtr)
Declaration
public CalcDeletingPackages(object @object, IntPtr method)
Parameters
Type |
Name |
Description |
object |
object |
|
System.IntPtr |
method |
|
Methods
BeginInvoke(List<IPackageProps>, AsyncCallback, object)
Declaration
public virtual IAsyncResult BeginInvoke(List<IPackageProps> packages, AsyncCallback callback, object @object)
Parameters
Type |
Name |
Description |
System.Collections.Generic.List<><IPackageProps> |
packages |
|
System.AsyncCallback |
callback |
|
object |
object |
|
Returns
Type |
Description |
System.IAsyncResult |
|
EndInvoke(IAsyncResult)
Declaration
public virtual List<IPackageProps> EndInvoke(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Returns
Type |
Description |
System.Collections.Generic.List<><IPackageProps> |
|
Invoke(List<IPackageProps>)
Declaration
public virtual List<IPackageProps> Invoke(List<IPackageProps> packages)
Parameters
Type |
Name |
Description |
System.Collections.Generic.List<><IPackageProps> |
packages |
|
Returns
Type |
Description |
System.Collections.Generic.List<><IPackageProps> |
|