2.2.3.3 Refresh Message

The Refresh message is sent by a client to refresh its registration record with the resolver service.

            
 Message:
 <wsdl:message name="RefreshInfo">
     <wsdl:part name="Refresh" xmlns:peer="http://schemas.microsoft.com/net/2006/05/peer" element="peer:Refresh" />
 </wsdl:message>
            
            
 Operation:
 <wsdl:operation name="Refresh">
       <wsdl:input wsam:Action="http://schemas.microsoft.com/net/2006/05/peer/resolver/Refresh" name="RefreshInfo" message="tns:RefreshInfo" />
 </wsdl:operation>
            
            
 Data Types:
 <xs:complexType name="RefreshInfo">
     <xs:sequence>
       <xs:element minOccurs="0" name="MeshId" nillable="true" type="xs:string" />
       <xs:element minOccurs="0" name="RegistrationId" type="ser:guid" />
     </xs:sequence>
 </xs:complexType>
 <xs:element name="RefreshInfo" nillable="true" type="tns:RefreshInfo" />
 <xs:element name="Refresh" nillable="true" type="tns:RefreshInfo" />
            

Refer to the following table for information about the different values of the "xs:element name" attribute.

Value

Description

MeshId

The mesh name.

RegistrationId

A string that uniquely identifies the registration record of a particular resolver client. Created by the resolver service as a result of processing a Register message.