Beispiel #1
0
 public void EndSession()
 {
     client.EndSession();
     client = new NopService();
 }
Beispiel #2
0
    // Volatile is used as hint to the compiler that this data
    // member will be accessed by multiple threads.

    public NopCore()
    {
        client = new NopService();
    }