IntIntCallback class Last update: 18.06.2026 Namespace: Ans.DataProcessing IntIntCallback(object: object, method: IntPtr) Class Information Property Value Namespace Ans.DataProcessing Assembly CS_DataProcessing Base Class System.MulticastDelegate Interfaces ICloneable, ISerializable Constructors Constructor IntIntCallback(object, method) Parameters: object (object) method (IntPtr) Methods Invoke obj.Invoke(id, state) Parameters: id (int) state (int) BeginInvoke result = obj.BeginInvoke(id, state, callback, object) Parameters: id (int) state (int) callback (AsyncCallback) object (object) Returns: IAsyncResult EndInvoke obj.EndInvoke(result) Parameters: result (IAsyncResult)