| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181 |
- <?xml version="1.0" encoding="utf-8"?>
- <Type Name="UpdateInfo" FullName="System.ServiceModel.PeerResolvers.UpdateInfo">
- <TypeSignature Language="C#" Value="public class UpdateInfo" />
- <TypeSignature Language="ILAsm" Value=".class public auto ansi beforefieldinit UpdateInfo 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 update 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 update the endpoint address of a specific registration entry in the lookup table of a peer resolver service.</para>
- </summary>
- </Docs>
- <Members>
- <Member MemberName=".ctor">
- <MemberSignature Language="C#" Value="public UpdateInfo ();" />
- <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.UpdateInfo" /> class. </para>
- </summary>
- </Docs>
- </Member>
- <Member MemberName=".ctor">
- <MemberSignature Language="C#" Value="public UpdateInfo (Guid registrationId, Guid client, string meshId, System.ServiceModel.PeerNodeAddress address);" />
- <MemberSignature Language="ILAsm" Value=".method public hidebysig specialname rtspecialname instance void .ctor(valuetype System.Guid registrationId, valuetype System.Guid client, string meshId, class System.ServiceModel.PeerNodeAddress address) cil managed" />
- <MemberType>Constructor</MemberType>
- <AssemblyInfo>
- <AssemblyVersion>4.0.0.0</AssemblyVersion>
- </AssemblyInfo>
- <Parameters>
- <Parameter Name="registrationId" Type="System.Guid" />
- <Parameter Name="client" Type="System.Guid" />
- <Parameter Name="meshId" Type="System.String" />
- <Parameter Name="address" Type="System.ServiceModel.PeerNodeAddress" />
- </Parameters>
- <Docs>
- <remarks>
- <attribution license="cc4" from="Microsoft" modified="false" />
- <para>A peer can have multiple entries for any mesh ID, each for a specific peer endpoint. Each endpoint entry is updated separately.</para>
- </remarks>
- <summary>
- <attribution license="cc4" from="Microsoft" modified="false" />
- <para>Initializes a new instance of the <see cref="T:System.ServiceModel.PeerResolvers.UpdateInfo" /> class with the supplied peer client ID, registration ID, peer mesh ID, and peer endpoint address.</para>
- </summary>
- <param name="registrationId">
- <attribution license="cc4" from="Microsoft" modified="false" />
- <see cref="T:System.Guid" /> that specifies the unique ID of the registration entry to update.</param>
- <param name="client">
- <attribution license="cc4" from="Microsoft" modified="false" />
- <see cref="T:System.Guid" /> that specifies the unique ID of the peer client that submitted the updated registration entry information.</param>
- <param name="meshId">
- <attribution license="cc4" from="Microsoft" modified="false" />
- <see cref="T:System.String" /> that contains the mesh ID of the entry.</param>
- <param name="address">
- <attribution license="cc4" from="Microsoft" modified="false" />
- <see cref="T:System.ServiceModel.PeerNodeAddress" /> that contains the endpoint address to update for the registration entry.</param>
- </Docs>
- </Member>
- <Member MemberName="ClientId">
- <MemberSignature Language="C#" Value="public Guid ClientId { get; }" />
- <MemberSignature Language="ILAsm" Value=".property instance valuetype System.Guid ClientId" />
- <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 peer client that submitted the updated registration entry information.</para>
- </summary>
- </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 update 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 registration entry.</para>
- </summary>
- </Docs>
- </Member>
- <Member MemberName="NodeAddress">
- <MemberSignature Language="C#" Value="public System.ServiceModel.PeerNodeAddress NodeAddress { get; }" />
- <MemberSignature Language="ILAsm" Value=".property instance class System.ServiceModel.PeerNodeAddress NodeAddress" />
- <MemberType>Property</MemberType>
- <AssemblyInfo>
- <AssemblyVersion>4.0.0.0</AssemblyVersion>
- </AssemblyInfo>
- <ReturnValue>
- <ReturnType>System.ServiceModel.PeerNodeAddress</ReturnType>
- </ReturnValue>
- <Docs>
- <value>To be added.</value>
- <remarks>To be added.</remarks>
- <summary>
- <attribution license="cc4" from="Microsoft" modified="false" />
- <para>Gets the endpoint address to update for the registration entry.</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 registration entry to update.</para>
- </summary>
- </Docs>
- </Member>
- </Members>
- </Type>
|