SmartSockets .NET Class Library

TipcSvc.lookupMt Method (String)

Returns the message type indexed by name.

This message type must be one of the standard SmartSockets message types, or a type previously defined with createMt.

Example:

            // look up the message type named "foo"
            TipcMt mt = TipcSvc.lookupMt("foo");
            

public static TipcMt lookupMt(
   string name
);

Parameters

name
name of the message type to return.

Return Value

the message type looked up, or null if the name does not refer to an existing message type.

See Also

TipcSvc Class | TipcSvc Members | TIBCO.SMARTSOCKETS Namespace | TipcSvc.lookupMt Overload List | TipcMt | createMt | lookupMt


Copyright © TIBCO Software Inc. All rights reserved