﻿<?xml version="1.0" encoding="utf-8"?><Type Name="UnregisterInfo" FullName="System.ServiceModel.PeerResolvers.UnregisterInfo"><TypeSignature Language="C#" Value="public class UnregisterInfo" /><TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit UnregisterInfo extends System.Object" /><AssemblyInfo><AssemblyName>System.ServiceModel</AssemblyName><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><Base><BaseTypeName>System.Object</BaseTypeName></Base><Interfaces /><Attributes><Attribute><AttributeName>System.ServiceModel.MessageContract(IsWrapped=false)</AttributeName></Attribute></Attributes><Docs><remarks><attribution license="cc4" from="Microsoft" modified="false" /><para>Instances of this class are primarily used to pass registration removal request information to the resolver service from a network client of that service.</para></remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Contains the information used to remove a registration entry from a peer resolver service.</para></summary></Docs><Members><Member MemberName=".ctor"><MemberSignature Language="C#" Value="public UnregisterInfo ();" /><MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor() cil managed" /><MemberType>Constructor</MemberType><AssemblyInfo><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><Parameters /><Docs><remarks>To be added.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Initializes a new default instance of the <see cref="T:System.ServiceModel.PeerResolvers.UnregisterInfo" /> class. </para></summary></Docs></Member><Member MemberName=".ctor"><MemberSignature Language="C#" Value="public UnregisterInfo (string meshId, Guid registration_id);" /><MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(string meshId, valuetype System.Guid registration_id) cil managed" /><MemberType>Constructor</MemberType><AssemblyInfo><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><Parameters><Parameter Name="meshId" Type="System.String" /><Parameter Name="registration_id" Type="System.Guid" /></Parameters><Docs><param name="registration_id">To be added.</param><remarks>To be added.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Initializes a new instance of the <see cref="T:System.ServiceModel.PeerResolvers.UnregisterInfo" /> class with mesh and registration ID of the peer to remove from the registration lookup table in the resolver service.</para></summary><param name="meshId"><attribution license="cc4" from="Microsoft" modified="false" /><see cref="T:System.String" /> that specifies the mesh ID of the peer whose entry is to be removed.</param></Docs></Member><Member MemberName="HasBody"><MemberSignature Language="C#" Value="public bool HasBody ();" /><MemberSignature Language="ILAsm" Value=".method public hidebysig instance bool HasBody() cil managed" /><MemberType>Method</MemberType><AssemblyInfo><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Boolean</ReturnType></ReturnValue><Parameters /><Docs><remarks>To be added.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Indicates whether the body of the message containing a serialized instance of this type is correctly formed.</para></summary><returns><attribution license="cc4" from="Microsoft" modified="false" /><para>True if the registration removal information body is correctly-formed by the sender; false if it is not.</para></returns></Docs></Member><Member MemberName="MeshId"><MemberSignature Language="C#" Value="public string MeshId { get; }" /><MemberSignature Language="ILAsm" Value=".property instance string MeshId" /><MemberType>Property</MemberType><AssemblyInfo><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.String</ReturnType></ReturnValue><Docs><value>To be added.</value><remarks>To be added.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets the mesh ID of the peer whose entry is to be removed.</para></summary></Docs></Member><Member MemberName="RegistrationId"><MemberSignature Language="C#" Value="public Guid RegistrationId { get; }" /><MemberSignature Language="ILAsm" Value=".property instance valuetype System.Guid RegistrationId" /><MemberType>Property</MemberType><AssemblyInfo><AssemblyVersion>4.0.0.0</AssemblyVersion></AssemblyInfo><ReturnValue><ReturnType>System.Guid</ReturnType></ReturnValue><Docs><value>To be added.</value><remarks>To be added.</remarks><summary><attribution license="cc4" from="Microsoft" modified="false" /><para>Gets the unique ID of the entry to remove from the lookup table of the resolver service.</para></summary></Docs></Member></Members></Type>