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