Exemplo n.º 1
0
 /// <summary>
 /// "Default" conglomerate messaging system.  This studier can keep in contact with the other default
 /// studiers through this message stream.
 /// Not implemented yet, and I'm not even sure if this is needed.
 /// </summary>
 /// <param name="message"></param>
 public override void Handle(IConglomerateMessage message)
 {
     throw new NotImplementedException();
 }
 /// <summary>
 /// "Default" conglomerate messaging system.  This studier can keep in contact with the other default
 /// studiers through this message stream.
 /// Not implemented yet, and I'm not even sure if this is needed.
 /// </summary>
 /// <param name="message"></param>
 public override void Handle(IConglomerateMessage message)
 {
   throw new NotImplementedException();
 }
 /// <summary>
 /// "Default" conglomerate messaging system.  This studier can keep in contact with the other default
 /// studiers through this message stream.
 /// </summary>
 /// <param name="message"></param>
 public abstract void Handle(IConglomerateMessage message);
Exemplo n.º 4
0
 /// <summary>
 /// "Default" conglomerate messaging system.  This studier can keep in contact with the other default
 /// studiers through this message stream.
 /// </summary>
 /// <param name="message"></param>
 public abstract void Handle(IConglomerateMessage message);