Beispiel #1
0
 private void StopListening()
 {
     _listenerMapper.Remove(TRexTask.RequestDescriptor, Listener);
     Listener = null;
 }
Beispiel #2
0
 /// <summary>
 /// Creates the sub grid listener on the task defined in the argument to be sent to the cache cluster
 /// </summary>
 private void CreateSubGridListener()
 {
     // Create any required listener for periodic responses directly sent from the processing context to this context
     Listener = new SubGridListener(TRexTask);
     StartListening();
 }