TIBCO Adapter SDK C++ Reference
Contents
|
Index
|
Reference
Up
|
Previous
|
Next
MTrace::getSinkByName
MTrace
Return a sink registered for this
trace
given its name.
Remarks
This method returns NULL if you pass in a sink name that does not exist.
Parameters
Parameters
Description
const MString& rsSinkName
Name of the sink you want to retrieve.
Declaration
virtual
MSink
* getSinkByName(
const
MString
& rsSinkName);
Links
MTrace
Copyright (c) 2010 TIBCO Software Inc. All rights reserved.
Contents
|
Index
|
Reference