Esempio n. 1
0
        public RecoveryActor(string endpointId, RecoveryLink link)
        {
            this.endpointId = endpointId;
            this.link       = link;
            this.log        = Context.GetLogger();

            RecoveringMetadata();
        }
Esempio n. 2
0
 public async Task DeleteSnapshotsAsync(RecoveryLink link)
 {
     throw new NotImplementedException();
 }
Esempio n. 3
0
 public RecoveryStepCompleted(RecoveryLink link)
 {
     Link = link;
 }