Ejemplo n.º 1
0
 public ReminderCollection(IExposeGrainInternals grain)
 {
     this.grain = grain;
 }
Ejemplo n.º 2
0
 public Activation(IExposeGrainInternals grain)
 {
     this.grain = grain;
 }
Ejemplo n.º 3
0
 /// <summary>
 /// Initializes a new instance of the <see cref="ReminderCollection"/> class.
 /// </summary>
 /// <param name="grain">The grain which requires reminder services.</param>
 public ReminderCollection(IMessageBasedGrain grain)
 {
     this.grain = (IExposeGrainInternals)grain;
 }
Ejemplo n.º 4
0
 public Activation(IExposeGrainInternals grain)
 {
     this.grain = grain;
 }