This document is archived and information here might be outdated.  Recommended version.


IThreadedOperationParameters.ServerName Property (ArcObjects .NET 10.5 SDK)
ArcObjects Library Reference (DataSourcesRaster)  

IThreadedOperationParameters.ServerName Property

The URL to the server object name where parts of the operation may be remotely executed.

[Visual Basic .NET]
Public Property ServerName As String
[C#]
public string ServerName {get; set;}
[C++]
HRESULT get_ServerName(
  BSTR* pServerUrl
);
[C++]
HRESULT put_ServerName(
  BSTR pServerUrl
);
[C++]

Parameters pServerUrl [out, retval] pServerUrl is a parameter of type BSTR pServerUrl [in] pServerUrl is a parameter of type BSTR

Product Availability

Available with ArcGIS Engine, ArcGIS Desktop, and ArcGIS Server.

See Also

IThreadedOperationParameters Interface