2 instantiations of UpdateInfo
System.ServiceModel (2)
System\ServiceModel\PeerResolvers\PeerDefaultCustomResolverClient.cs (2)
179
SendUpdate(new
UpdateInfo
(this.registrationId, this.clientId, this.meshId, this.nodeAddress), ServiceDefaults.SendTimeout);
253
UpdateInfo info = new
UpdateInfo
(this.registrationId, clientId, meshId, updatedNodeAddress);
4 references to UpdateInfo
System.ServiceModel (4)
System\ServiceModel\PeerResolvers\CustomPeerResolverService.cs (1)
371
public virtual RegisterResponseInfo Update(
UpdateInfo
updateInfo)
System\ServiceModel\PeerResolvers\IPeerResolverContract.cs (1)
22
RegisterResponseInfo Update(
UpdateInfo
updateInfo);
System\ServiceModel\PeerResolvers\PeerDefaultCustomResolverClient.cs (2)
253
UpdateInfo
info = new UpdateInfo(this.registrationId, clientId, meshId, updatedNodeAddress);
259
void SendUpdate(
UpdateInfo
updateInfo, TimeSpan timeout)