Class SetDuplicatePushStorageInfo
Params of contacting with package storage if we want to push duplicates of package to another storages
Inheritance
object
SetDuplicatePushStorageInfo
Namespace: BuildSystem.Package
Assembly: BuildSystem.ManagerObject.Interfaces.dll
Syntax
public sealed class SetDuplicatePushStorageInfo : MulticastDelegate
Constructors
SetDuplicatePushStorageInfo(object, IntPtr)
Declaration
public SetDuplicatePushStorageInfo(object @object, IntPtr method)
Parameters
| Type |
Name |
Description |
| object |
object |
|
| System.IntPtr |
method |
|
Methods
BeginInvoke(IPackageProps?, AsyncCallback, object)
Declaration
public virtual IAsyncResult BeginInvoke(IPackageProps? packageProps, AsyncCallback callback, object @object)
Parameters
| Type |
Name |
Description |
| IPackageProps |
packageProps |
|
| System.AsyncCallback |
callback |
|
| object |
object |
|
Returns
| Type |
Description |
| System.IAsyncResult |
|
EndInvoke(IAsyncResult)
Declaration
public virtual List<StorageInfo> EndInvoke(IAsyncResult result)
Parameters
| Type |
Name |
Description |
| System.IAsyncResult |
result |
|
Returns
| Type |
Description |
| System.Collections.Generic.List<><StorageInfo> |
|
Invoke(IPackageProps?)
Declaration
public virtual List<StorageInfo> Invoke(IPackageProps? packageProps)
Parameters
Returns
| Type |
Description |
| System.Collections.Generic.List<><StorageInfo> |
|