pmMDA.NET

ClientDataObjectHandler.Store Method (IDataObject)

[This is preliminary documentation and subject to change.]

Stores a specified data object to the server.

public void Store(
   IDataObject root
);

Parameters

root
The data object to store.

Implements

IDataObjectHandler.Store

Remarks

All data objects which are referenced from the root are stored too.

Exceptions

Exception Type Condition
WebException Network error.

See Also

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