BMXNET 4.0 Developer API

If the application is managing the actual login, send Succeeded() to indicate success.

Namespace:  IndianHealthService.BMXNet.WinForm
Assembly:  BMXWIN40 (in BMXWIN40.dll)

Syntax

         
 C#  Visual Basic  Visual C++ 
public bool Succeeded()
Public Function Succeeded As Boolean
public:
bool Succeeded()

Return Value

True if successful

Remarks

Do not set WasSuccessful to true.

See Also