CopyFrom

Copies object data from another object instance.

METHOD CopyFrom : BOOL
VAR_INPUT
    ipSource : I_AsyncServiceResultClass;
END_VAR

ipSource: Interface pointer of type I_AsyncServiceResultClass of the data source object instance.

Return parameter: TRUE => success, FALSE => error (e.g. interface pointer is null).