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


IThreadedOperationParameters.ServerName Property (ArcObjects .NET 10.8 SDK)
ArcObjects Help for .NET developers > ArcObjects Help for .NET developers > ArcObjects namespaces > DataSourcesRaster > ESRI.ArcGIS.DataSourcesRaster > Interfaces > IT > IThreadedOperationParameters Interface > IThreadedOperationParameters.ServerName Property
ArcGIS Developer Help

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(
  System.String* pServerUrl
);
[C++]
Parameters
pServerUrl [in]

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

Product Availability

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

See Also

IThreadedOperationParameters Interface