pmMDA.NET

HostRemotingHandler.Store Method (DogUpdate[])

[This is preliminary documentation and subject to change.]

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

public void Store(
   ref DogUpdate[] dogUpdates
);

Parameters

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

Implements

IRemotingHandler.Store

Remarks

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

See Also

HostRemotingHandler Class | PmMda.Net.Dog.Remoting Namespace | HostRemotingHandler.Store Overload List