TIBCO Adapter SDK C++ Reference
MFileSink::write
MFileSink
Write the specified message to the file sink.

This method throws an exception if an attempt to write to the file fails. If this happens, the file is not closed.

Parameters
Parameters Description
const MString& rsMessage Message to write to this file sink.
const MTree& rmTree MTree to write to this file sink.
Declaration
virtual void write(const MString& rsMessage, const MTree& rmTree) throw(MException);
Links
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.