Delegate CreateRoleCompletedEventHandler
Represents the method that will handle the CreateRoleCompleted event of a reporting service.
Assembly: BoldReports.Web.dll
Syntax
public delegate void CreateRoleCompletedEventHandler(object sender, AsyncCompletedEventArgs e);
Parameters
| Type |
Name |
Description |
| System.Object |
sender |
The source of the event.
|
| System.ComponentModel.AsyncCompletedEventArgs |
e |
A System.ComponentModel.AsyncCompletedEventArgs object that contains the event data.
|
Constructors
CreateRoleCompletedEventHandler(Object, IntPtr)
Declaration
public CreateRoleCompletedEventHandler(object object, IntPtr method)
Parameters
| Type |
Name |
Description |
| System.Object |
object |
|
| System.IntPtr |
method |
|
Methods
BeginInvoke(Object, AsyncCompletedEventArgs, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(object sender, AsyncCompletedEventArgs e, AsyncCallback callback, object object)
Parameters
| Type |
Name |
Description |
| System.Object |
sender |
|
| System.ComponentModel.AsyncCompletedEventArgs |
e |
|
| System.AsyncCallback |
callback |
|
| System.Object |
object |
|
Returns
| Type |
Description |
| System.IAsyncResult |
|
EndInvoke(IAsyncResult)
Declaration
public virtual void EndInvoke(IAsyncResult result)
Parameters
| Type |
Name |
Description |
| System.IAsyncResult |
result |
|
Invoke(Object, AsyncCompletedEventArgs)
Declaration
public virtual void Invoke(object sender, AsyncCompletedEventArgs e)
Parameters
| Type |
Name |
Description |
| System.Object |
sender |
|
| System.ComponentModel.AsyncCompletedEventArgs |
e |
|