startTrace method

Enables the tracing and starts generating Business Transaction XML.

Syntax

- ( void ) startTrace

Example 1

{
    SMPClientConnection* clientConn = [SMPClientConnection initializeWithAppID:"application ID" domain:@"domain" secConfiguration:@"secconfig"];
    [clientConneciton setConnectionProfileWithHost:@"supServerHost" port:@"supServerPort" farm:nil relayServerUrlTemplate:nil enableHTTP:YES];
 //On board user
 //...
    [clientConn startTrace];
 }
(NSException *e){
    // catch exception here
}