getSymbol() 공개 메소드

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