public void Resolve(ErrorCommunicationStateModel content)
 {
     this.Result = true;
 }
コード例 #2
0
 public void Resolve(ErrorCommunicationStateModel content)
 {
     this.model.UnregisterAcknowledgeableCommunicationState(content);
 }
コード例 #3
0
 public void Resolve(ErrorCommunicationStateModel content)
 {
     this.Result = this.selector.ErrorTemplate;
 }