Naanou.ResourceExchange
Class WorkCompleteArgs

Work complete event arguments

Field Summary
bool HadError
         Was there an error
object Result
         Result

Constructor Summary
WorkCompleteArgs(object result, bool hadError)
         Constructor

Methods inherited from class System.Object
Equals, Finalize, GetHashCode, GetType, MemberwiseClone, ToString


Field Detail

HadError

public bool HadError

Was there an error


Result

public object Result

Result

Constructor Detail

WorkCompleteArgs

public WorkCompleteArgs(object result,
                        bool hadError)

Constructor

Parameters:
result -
hadError -