コード例 #1
0
 public void SetActiveRequestResponseLink(ActiveRequestResponseLink requestResponseLink)
 {
     this.activeRequestResponseClientLink              = requestResponseLink;
     this.activeRequestResponseClientLink.Link.Closed += this.OnRequestResponseLinkClosed;
     if (this.activeRequestResponseClientLink.Link.State == AmqpObjectState.Opened)
     {
         this.SetRenewCBSTokenTimer(requestResponseLink);
     }
 }
コード例 #2
0
 public void SetActiveRequestResponseLink(ActiveRequestResponseLink requestResponseLink)
 {
     this.activeRequestResponseClientLink              = requestResponseLink;
     this.activeRequestResponseClientLink.Link.Closed += this.OnRequestResponseLinkClosed;
 }