Share via


IWMSDataContainerCallback Object (C#)

banner art

Previous Next

IWMSDataContainerCallback Object (C#)

The IWMSDataContainerCallback object provides methods that can be implemented by a plug-in to respond when the server calls GetInfo, Read, or Write on the IWMSDataContainer object.

  • Note   This object is available only on Windows Server 2003, Enterprise Edition; Windows Server 2003, Datacenter Edition; and Windows Server 2008. Each method of this object must be called only once, even if an error code is returned after the initial call.

The IWMSDataContainerCallback object exposes the following properties and methods.

Method Description
OnDoDataContainerExtendedCommand Not implemented in this release.
OnGetInfo Returns the results of the GetInfo method call to the server.
OnRead Returns the results of the Read method call to the server.
OnWrite Returns the results of the Write method call to the server.

 

See Also

Previous Next