Delegate ActiveInterestsChanged
Delegate used for raising events when the number of active interests are changed.
Assembly: SoDataBase.dll
Syntax
public delegate void ActiveInterestsChanged(int activeInterests);
Parameters
Type |
Name |
Description |
System.Int32 |
activeInterests |
New number of active interests.
|
Constructors
ActiveInterestsChanged(Object, IntPtr)
Declaration
public ActiveInterestsChanged(object object, IntPtr method)
Parameters
Type |
Name |
Description |
System.Object |
object |
|
System.IntPtr |
method |
|
Methods
BeginInvoke(Int32, AsyncCallback, Object)
Declaration
public virtual IAsyncResult BeginInvoke(int activeInterests, AsyncCallback callback, object object)
Parameters
Type |
Name |
Description |
System.Int32 |
activeInterests |
|
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(Int32)
Declaration
public virtual void Invoke(int activeInterests)
Parameters
Type |
Name |
Description |
System.Int32 |
activeInterests |
|
Extension Methods
EnumUtil.MapEnums<From, To>(From)