Class InteropErrorEvent
Inheritance
System.Object
InteropErrorEvent
Assembly: IronPdf.dll
Syntax
public sealed class InteropErrorEvent : MulticastDelegate
Constructors
InteropErrorEvent(Object, IntPtr)
Declaration
public InteropErrorEvent(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
BeginInvoke(String, Boolean, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(string text, bool fatal, AsyncCallback callback, object object)
Parameters
Type |
Name |
Description |
System.String |
text |
|
System.Boolean |
fatal |
|
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(String, Boolean)
Declaration
public virtual void Invoke(string text, bool fatal)
Parameters
Type |
Name |
Description |
System.String |
text |
|
System.Boolean |
fatal |
|