Delegate GetPoliciesCompletedEventHandler
Assembly: BoldReports.Web.dll
Syntax
public delegate void GetPoliciesCompletedEventHandler(object sender, GetPoliciesCompletedEventArgs e);
Parameters
Constructors
GetPoliciesCompletedEventHandler(Object, IntPtr)
Declaration
public GetPoliciesCompletedEventHandler(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
BeginInvoke(Object, GetPoliciesCompletedEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, GetPoliciesCompletedEventArgs e, AsyncCallback callback, object object)
Parameters
Returns
Type |
Description |
System.IAsyncResult |
|
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Invoke(Object, GetPoliciesCompletedEventArgs)
Declaration
public virtual void Invoke(object sender, GetPoliciesCompletedEventArgs e)
Parameters