<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Get IFeatureServerInfo within Server Object Interceptor? in ArcObjects SDK Questions</title>
    <link>https://community.esri.com/t5/arcobjects-sdk-questions/get-ifeatureserverinfo-within-server-object/m-p/323094#M8412</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to get an instance of an IFeatureServerInfo within my Server Object Interceptor. I want to do this so that I can get the MaxRecorcdCount property on the Feature Service (&lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#IFeatureServerInfo.htm" title="http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#IFeatureServerInfo.htm"&gt;http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#IFeatureServerInfo.htm&lt;/A&gt;&amp;nbsp;).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone know of a way to use the IServerObjectHelper (or something else...) to create an instance of IFeatureServerInfo?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alternatively, does anyone know of another way to get the MaxRecordCount from the Feature Service within the SOI?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Jordan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 30 May 2017 06:16:42 GMT</pubDate>
    <dc:creator>JordanKing3</dc:creator>
    <dc:date>2017-05-30T06:16:42Z</dc:date>
    <item>
      <title>Get IFeatureServerInfo within Server Object Interceptor?</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/get-ifeatureserverinfo-within-server-object/m-p/323094#M8412</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey All,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm trying to get an instance of an IFeatureServerInfo within my Server Object Interceptor. I want to do this so that I can get the MaxRecorcdCount property on the Feature Service (&lt;A class="link-titled" href="http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#IFeatureServerInfo.htm" title="http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#IFeatureServerInfo.htm"&gt;http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#IFeatureServerInfo.htm&lt;/A&gt;&amp;nbsp;).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone know of a way to use the IServerObjectHelper (or something else...) to create an instance of IFeatureServerInfo?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Alternatively, does anyone know of another way to get the MaxRecordCount from the Feature Service within the SOI?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Jordan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 May 2017 06:16:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/get-ifeatureserverinfo-within-server-object/m-p/323094#M8412</guid>
      <dc:creator>JordanKing3</dc:creator>
      <dc:date>2017-05-30T06:16:42Z</dc:date>
    </item>
    <item>
      <title>Re: Get IFeatureServerInfo within Server Object Interceptor?</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/get-ifeatureserverinfo-within-server-object/m-p/323095#M8413</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Jordan,&lt;/P&gt;&lt;P&gt;After checking the class references there is nowhere I could find FeatureServer to be accessed by ServerObject.&lt;/P&gt;&lt;P&gt;IServerObjectHelper has a class "ServerObject" as its member.&lt;/P&gt;&lt;P&gt;And unfortunately i see that IServerObject have access to all &lt;A href="http://desktop.arcgis.com/en/arcobjects/latest/net/webframe.htm#IServerObject.htm"&gt;others except FeatureServer&lt;/A&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 May 2017 08:14:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/get-ifeatureserverinfo-within-server-object/m-p/323095#M8413</guid>
      <dc:creator>MirHashmi</dc:creator>
      <dc:date>2017-05-30T08:14:18Z</dc:date>
    </item>
    <item>
      <title>Re: Get IFeatureServerInfo within Server Object Interceptor?</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/get-ifeatureserverinfo-within-server-object/m-p/323096#M8414</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;you can use MaxRecordCount of IMapServerInit&lt;/P&gt;&lt;P&gt;Feature service (no hosted) as a special case of a map server's services, map service is a prerequisite for a feature service&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 May 2017 13:23:35 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/get-ifeatureserverinfo-within-server-object/m-p/323096#M8414</guid>
      <dc:creator>nicogis</dc:creator>
      <dc:date>2017-05-30T13:23:35Z</dc:date>
    </item>
    <item>
      <title>Re: Get IFeatureServerInfo within Server Object Interceptor?</title>
      <link>https://community.esri.com/t5/arcobjects-sdk-questions/get-ifeatureserverinfo-within-server-object/m-p/323097#M8415</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hey Domenico,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Awesome find, thanks for the help!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IMapServerInit2 mapServerInit = (IMapServerInit2)pSOH.ServerObject;&lt;/P&gt;&lt;P&gt;mapServerInit.MaxRecordCount;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers,&lt;/P&gt;&lt;P&gt;Jordan&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 31 May 2017 00:21:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcobjects-sdk-questions/get-ifeatureserverinfo-within-server-object/m-p/323097#M8415</guid>
      <dc:creator>JordanKing3</dc:creator>
      <dc:date>2017-05-31T00:21:37Z</dc:date>
    </item>
  </channel>
</rss>

