getSymbol() public method

Get the name of the transport.
public getSymbol ( ) : string
return string
Esempio n. 1
0
 public void onDestroy(MamaPublisher publisher)
 {
     if (!quiet)
     {
         Console.WriteLine("onPublishDestroy: " + publisher.getSymbol());
     }
 }
Esempio n. 2
0
 // Publisher Callbacks
 public void onCreate(MamaPublisher publisher)
 {
     if (!quiet)
     {
         Console.WriteLine("onPublishCreate: " + publisher.getSymbol());
     }
 }
Esempio n. 3
0
 public void onDestroy(MamaPublisher publisher)
 {
     if (!quiet)
     {
         Console.WriteLine("onPublishDestroy: " + publisher.getSymbol());
     }
 }
Esempio n. 4
0
 // Publisher Callbacks
 public void onCreate(MamaPublisher publisher)
 {
     if (!quiet)
     {
         Console.WriteLine("onPublishCreate: " + publisher.getSymbol());
     }
 }