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