Class GetProjectInfoDelegate
Get information about project
Inheritance
object
GetProjectInfoDelegate
Namespace: BuildSystem.Project
Assembly: BuildSystem.ManagerObject.Interfaces.dll
Syntax
public sealed class GetProjectInfoDelegate : MulticastDelegate
Constructors
GetProjectInfoDelegate(object, IntPtr)
Declaration
public GetProjectInfoDelegate(object @object, IntPtr method)
Parameters
| Type |
Name |
Description |
| object |
object |
|
| System.IntPtr |
method |
|
Methods
BeginInvoke(string, AsyncCallback, object)
Declaration
public virtual IAsyncResult BeginInvoke(string jsonPath, AsyncCallback callback, object @object)
Parameters
| Type |
Name |
Description |
| string |
jsonPath |
|
| System.AsyncCallback |
callback |
|
| object |
object |
|
Returns
| Type |
Description |
| System.IAsyncResult |
|
EndInvoke(IAsyncResult)
Declaration
public virtual ProjectInfo? EndInvoke(IAsyncResult result)
Parameters
| Type |
Name |
Description |
| System.IAsyncResult |
result |
|
Returns
Invoke(string)
Declaration
public virtual ProjectInfo? Invoke(string jsonPath)
Parameters
| Type |
Name |
Description |
| string |
jsonPath |
|
Returns