BackendEventArgs class

Parent Previous Next

The BackendEventArgs provides the result of a Backend call.  


Namespace:

IYOPRO.Api

Assembly:

IYOPRO.Api (in IYOPRO.Api.dll)


Syntax

       public class BackendEventArgs : EventArgs


Members

Exception Error

If an error occured this property will contain a reference to the exception, otherwise null

object UserData

All asynchoneous backend calls provide the possibility to attach user data to the call which will be provided in this property on service result.