QueryHomeServer(string) function

 
Microsoft Office Live Communications Server 2005 with SP1

QueryHomeServer

The QueryHomeServer function returns the fully qualified domain name of the home server for a specified SIP user.

string QueryHomeServer(
  string userAtHost
);

Parameters

  • userAtHost
    A SIP user as a string of the form "someone@example.com" whose home server will be returned.

Return Values

Returns either the FQDN (fully qualified domain name) of the specified Standard Edition home server, or the name of the Enterprise Edition pool. If the user is not in the registrar database, returns null.

  
  What did you think of this topic?
  © 2008 Microsoft Corporation. All rights reserved.