pmMDA.NET

IRemotingHandler.Store Method (DogUpdate[])

[This is preliminary documentation and subject to change.]

Stores the data objects which belong to the specified dogUpdates within one transaction.

void Store(
   ref DogUpdate[] dogUpdates
);

Parameters

dogUpdates
The dog updates which represents the root objects to save.

Remarks

The data object updates referenced by the dogUpdates will contain the new id and timestamp of the appropriate data objects.

See Also

IRemotingHandler Interface | PmMda.Net.Dog.Remoting Namespace | IRemotingHandler.Store Overload List