Esempio n. 1
0
 private PickResult(PickResultType pickResultType, Subchannel?subchannel, Status status, Action <CompletionContext>?onComplete)
 {
     Type        = pickResultType;
     Subchannel  = subchannel;
     Status      = status;
     _onComplete = onComplete;
 }
Esempio n. 2
0
 private PickResult(PickResultType pickResultType, Subchannel?subchannel, Status status, ISubchannelCallTracker?subchannelCallTracker)
 {
     Type                  = pickResultType;
     Subchannel            = subchannel;
     Status                = status;
     SubchannelCallTracker = subchannelCallTracker;
 }