Class GetVersionList
Get list of versions from package repository
Inheritance
object
GetVersionList
Assembly: BuildSystem.ManagerObject.Interfaces.dll
Syntax
public sealed class GetVersionList : MulticastDelegate
Constructors
GetVersionList(object, IntPtr)
Declaration
public GetVersionList(object @object, IntPtr method)
Parameters
| Type |
Name |
Description |
| object |
object |
|
| System.IntPtr |
method |
|
Methods
BeginInvoke(string, bool, AsyncCallback, object)
Declaration
public virtual IAsyncResult BeginInvoke(string packageId, bool useCache, AsyncCallback callback, object @object)
Parameters
| Type |
Name |
Description |
| string |
packageId |
|
| bool |
useCache |
|
| System.AsyncCallback |
callback |
|
| object |
object |
|
Returns
| Type |
Description |
| System.IAsyncResult |
|
EndInvoke(IAsyncResult)
Declaration
public virtual List<VersionProp> EndInvoke(IAsyncResult result)
Parameters
| Type |
Name |
Description |
| System.IAsyncResult |
result |
|
Returns
| Type |
Description |
| System.Collections.Generic.List<><VersionProp> |
|
Invoke(string, bool)
Declaration
public virtual List<VersionProp> Invoke(string packageId, bool useCache)
Parameters
| Type |
Name |
Description |
| string |
packageId |
|
| bool |
useCache |
|
Returns
| Type |
Description |
| System.Collections.Generic.List<><VersionProp> |
|