Beispiel #1
0
 public virtual void SetAppEventType(RMAppEventType newType)
 {
     lock (this)
     {
         appEventType = newType;
     }
 }
Beispiel #2
0
 public RMAppFailedAttemptEvent(ApplicationId appId, RMAppEventType @event, string
                                diagnostics, bool transferStateFromPreviousAttempt)
     : base(appId, @event, diagnostics)
 {
     this.transferStateFromPreviousAttempt = transferStateFromPreviousAttempt;
 }