Response Success Method Bluefin Web Client API Documentation
Check to see, if response was successfully processed.

Namespace: Bluefin.Web.Client
Assembly: Bluefin-3.8.sp8-net4.5 (in Bluefin-3.8.sp8-net4.5.dll) Version: 3.8.0.8 (3.8.0.8)
Syntax

Public Function Success As Boolean

Return Value

false for error condition or declined request; otherwise returns true.
Remarks

Always check response, whether it was successfully processed. Many response properties will be set only upon successfull request processing. It's guaranteed that any response will have at least Error, ErrorCode and ErrorMessage properties set.
See Also