SmartSockets .NET Class Library

TipcSvc.makeSubjectAbsolute Method 

If the subject is not absolute (doesn't start with "/"), tack on the default subject prefix, if it exists. If the prefix isn't set to anything, it simply returns the original name untouched.

This method should only be invoked when using the global RTserver connection via the Srv property. Otherwise, use makeSubjectAbsolute.

public static string makeSubjectAbsolute(
   string os
);

Parameters

os
the subject to make absolute.

Return Value

the absolute subject.

See Also

TipcSvc Class | TipcSvc Members | TIBCO.SMARTSOCKETS Namespace


Copyright © TIBCO Software Inc. All rights reserved