Delegate RevealView.LinkedDashboardProviderCallback
Assembly: Reveal.UI.Sdk.dll
Syntax
public delegate RVDashboard LinkedDashboardProviderCallback(string dashboardId, string linkTitle);
Parameters
Type |
Name |
Description |
System.String |
dashboardId |
|
System.String |
linkTitle |
|
Returns
Constructors
LinkedDashboardProviderCallback(Object, IntPtr)
Declaration
public LinkedDashboardProviderCallback(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
BeginInvoke(String, String, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(string dashboardId, string linkTitle, AsyncCallback callback, object object)
Parameters
Type |
Name |
Description |
System.String |
dashboardId |
|
System.String |
linkTitle |
|
System.AsyncCallback |
callback |
|
System.Object |
object |
|
Returns
Type |
Description |
System.IAsyncResult |
|
EndInvoke(IAsyncResult)
Declaration
public virtual RVDashboard EndInvoke(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Returns
Invoke(String, String)
Declaration
public virtual RVDashboard Invoke(string dashboardId, string linkTitle)
Parameters
Type |
Name |
Description |
System.String |
dashboardId |
|
System.String |
linkTitle |
|
Returns