Class OnGetIntegerValue
Delegate to get integer value
Inheritance
object
OnGetIntegerValue
Assembly: CAMAPI.UIDialogs.DotnetHelper.dll
Syntax
public sealed class OnGetIntegerValue : MulticastDelegate
Constructors
OnGetIntegerValue(object, IntPtr)
Declaration
public OnGetIntegerValue(object @object, IntPtr method)
Parameters
Type |
Name |
Description |
object |
object |
|
System.IntPtr |
method |
|
Methods
BeginInvoke(AsyncCallback, object)
Declaration
public virtual IAsyncResult BeginInvoke(AsyncCallback callback, object @object)
Parameters
Type |
Name |
Description |
System.AsyncCallback |
callback |
|
object |
object |
|
Returns
Type |
Description |
System.IAsyncResult |
|
EndInvoke(IAsyncResult)
Declaration
public virtual int EndInvoke(IAsyncResult result)
Parameters
Type |
Name |
Description |
System.IAsyncResult |
result |
|
Returns
Invoke()
Declaration
public virtual int Invoke()
Returns