Click or drag to resize
AsyncCallCompletedEventArgs Constructor
Initializes a new instance of the AsyncCallCompletedEventArgs class. ///

Namespace:  Intuit.Ipp.Core
Assembly:  Intuit.Ipp.Core (in Intuit.Ipp.Core.dll) Version: 4.0.0.0 (4.0.0.0)
Syntax
C#
public AsyncCallCompletedEventArgs(
	string result,
	IdsException error,
	byte[] byteResults = null
)

Parameters

result
Type: SystemString
Result of the asynchronous operation.
error
Type: Intuit.Ipp.ExceptionIdsException
Ids Exception.
byteResults (Optional)
Type: SystemByte

[Missing <param name="byteResults"/> documentation for "M:Intuit.Ipp.Core.AsyncCallCompletedEventArgs.#ctor(System.String,Intuit.Ipp.Exception.IdsException,System.Byte[])"]

See Also