public AssignmentDecryptionResponse GetAssigmentDecryptionKeys(AssignmentDecryptionRequest request)
 {
     return(this.Retry <AssignmentDecryptionResponse>((Func <AssignmentDecryptionResponse>)(() => this._service.GetAssigmentDecryptionKeys(request)), this.RetryInterval, this.RetryCount));
 }
Esempio n. 2
0
 public AssignmentDecryptionResponse GetAssigmentDecryptionKeys(AssignmentDecryptionRequest request)
 {
     return(this.Log <AssignmentDecryptionResponse>((Func <AssignmentDecryptionResponse>)(() => this._service.GetAssigmentDecryptionKeys(request))));
 }