2 references to 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);